diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-29 15:14:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-29 15:14:56 +0000 |
commit | ca007f91f2aa959a738649d35becb54cb1efc8b8 (patch) | |
tree | 37c2f79e6fc0c13981082d6cc5e4373473a50080 /LUFA/ManPages | |
parent | 62022252ea4d2763e15c1150367ca972bc4926bf (diff) | |
download | lufa-ca007f91f2aa959a738649d35becb54cb1efc8b8.tar.gz lufa-ca007f91f2aa959a738649d35becb54cb1efc8b8.tar.bz2 lufa-ca007f91f2aa959a738649d35becb54cb1efc8b8.zip |
Fixed Benito and USBtoSerial projects not turning off the USART before reconfiguring it, which could cause incorrect operation to occur (thanks to Bob Paddock).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 69a712cd0..1a7303b8c 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -60,6 +60,8 @@ * - Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been * set to NULL by the user application (thanks to Axel Rohde) * - Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to become ready (thanks to Robin Green) + * - Fixed Benito and USBtoSerial projects not turning off the USART before reconfiguring it, which could cause incorrect + * operation to occur (thanks to Bob Paddock) * * \section Sec_ChangeLog100513 Version 100513 * <b>New:</b> |