aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-26 16:03:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-26 16:03:05 +0000
commit18d91ece3b178a04d295518517b2aca5266bb078 (patch)
tree59b4503c5ba8326945d41bde0aec889553ee4908 /LUFA/DoxygenPages/ChangeLog.txt
parent5ec9d04bcaa0f48098441f36dd6d048ff32ecb99 (diff)
parent35564bb1a742be5556812fb763e6d0ceb45fefce (diff)
downloadlufa-18d91ece3b178a04d295518517b2aca5266bb078.tar.gz
lufa-18d91ece3b178a04d295518517b2aca5266bb078.tar.bz2
lufa-18d91ece3b178a04d295518517b2aca5266bb078.zip
AppConfigHeaders: Merge in latest trunk.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 7758f8b94..43a1b6f6e 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -64,6 +64,7 @@
* - Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by
* the stack (thanks to Jonathan Hudgins)
* - Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown)
+ * - Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the UC3 devices (thanks to Andrew Chu)
* - Library Applications:
* - Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter)
* - Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is