diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-08-10 19:17:58 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-08-10 19:17:58 +1000 |
commit | b6899bb98734a79514ab90583144139b879f7001 (patch) | |
tree | c7febd2cb4139d1c60f4f304a715b79ff6be0037 /LUFA/DoxygenPages | |
parent | 4c06a9c88fe6c9a294d5f7bda94528630da3ee3f (diff) | |
download | lufa-b6899bb98734a79514ab90583144139b879f7001.tar.gz lufa-b6899bb98734a79514ab90583144139b879f7001.tar.bz2 lufa-b6899bb98734a79514ab90583144139b879f7001.zip |
Fixed USART reception overrun corrupting the internal buffers in the USBtoSerial project.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index d8f1d73fe..78d3abdcc 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -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> |