diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-10-20 11:31:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-10-20 11:31:24 +0000 |
commit | fe49fd51b289bdc8ac3a3a1817763c509ce90426 (patch) | |
tree | 77a93e3e4e25c4e9f4a875a57233851dd8aebe1b /LUFA | |
parent | 1f33bc2fd3515c22669b6d37988399d287a9ba1c (diff) | |
download | lufa-fe49fd51b289bdc8ac3a3a1817763c509ce90426.tar.gz lufa-fe49fd51b289bdc8ac3a3a1817763c509ce90426.tar.bz2 lufa-fe49fd51b289bdc8ac3a3a1817763c509ce90426.zip |
Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index bf2903936..ed68a1d28 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -22,7 +22,7 @@ * - Added workaround for broken VBUS detection on AVR8 devices when a bootloader starts the application * via a software jump without first turning off the OTG pad (thanks to Simon Inns) * - Library Applications: - * - <i>None</i> + * - Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte) * * <b>Fixed:</b> * - Core: |