Skip to content
Snippets Groups Projects
Commit 4a55031b authored by patacongo's avatar patacongo
Browse files

Fix error in calculating baud rate generation value

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1527 42af7a65-404d-4744-a932-0658087f49c3
parent 99c50ff0
No related branches found
No related tags found
No related merge requests found
......@@ -633,6 +633,7 @@
- Corrected some stack handling errors during interrupt handling contextg
save and restore.
- Corrected vector intialization logic
* ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor
......@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: February 20, 2009</p>
<p>Last Updated: February 25, 2009</p>
</td>
</tr>
</table>
......@@ -1349,6 +1349,7 @@ nuttx-0.4.2 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
- Corrected some stack handling errors during interrupt handling contextg
save and restore.
- Corrected vector intialization logic
* ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment