aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-29 15:14:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-29 15:14:56 +0000
commitca007f91f2aa959a738649d35becb54cb1efc8b8 (patch)
tree37c2f79e6fc0c13981082d6cc5e4373473a50080 /LUFA/ManPages/ChangeLog.txt
parent62022252ea4d2763e15c1150367ca972bc4926bf (diff)
downloadlufa-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/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
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>