Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).

This commit is contained in:
Dean Camera 2011-10-26 06:51:07 +00:00
parent bc14c1a7f6
commit f1543ae8ff
3 changed files with 15 additions and 14 deletions

View file

@ -23,6 +23,7 @@
* <b>Fixed:</b>
* - Core:
* - Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
* - Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey)
* - Library Applications:
* - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair)
* - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled