Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).

This commit is contained in:
Dean Camera 2012-10-20 11:31:24 +00:00
parent 1f33bc2fd3
commit fe49fd51b2
2 changed files with 3 additions and 9 deletions

View file

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