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
This commit is contained in:
patacongo 2009-02-26 00:47:30 +00:00
parent bbdd6788ab
commit eeb234bca8

View File

@ -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;