aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-10-20 11:31:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-10-20 11:31:24 +0000
commitfe49fd51b289bdc8ac3a3a1817763c509ce90426 (patch)
tree77a93e3e4e25c4e9f4a875a57233851dd8aebe1b /LUFA/DoxygenPages/ChangeLog.txt
parent1f33bc2fd3515c22669b6d37988399d287a9ba1c (diff)
downloadlufa-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/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
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: