diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-16 12:37:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-16 12:37:28 +0000 |
commit | 5d4478b3b4ab9b3e539155bc8f609e188c76547e (patch) | |
tree | 37eea1ddb5d092a50a7763b8310e665bbc95a931 /LUFA/ManPages | |
parent | 3a85962f94eccfa86a5db46899bddeaceb79fee6 (diff) | |
download | lufa-5d4478b3b4ab9b3e539155bc8f609e188c76547e.tar.gz lufa-5d4478b3b4ab9b3e539155bc8f609e188c76547e.tar.bz2 lufa-5d4478b3b4ab9b3e539155bc8f609e188c76547e.zip |
Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index de2fa810c..11c21f024 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -26,6 +26,9 @@ * - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser
* - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed
* - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered
+ * - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,
+ * causing continuous USART receive interrupts
+ * - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation
*
*
* \section Sec_ChangeLog090810 Version 090810
|