Fixed USART reception overrun corrupting the internal buffers in the USBtoSerial project.

This commit is contained in:
Dean Camera 2014-08-10 19:17:58 +10:00
parent 4c06a9c88f
commit b6899bb987
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@
* - Library Applications:
* - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
* - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith)
* - Fixed USART reception overrun corrupting the internal buffers in the USBtoSerial project (thanks to Nevada Smith)
*
* \section Sec_ChangeLog140302 Version 140302
* <b>New:</b>