aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-02-18 17:55:12 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-02-18 17:55:12 +1100
commite2d1b437c7454e621a349c9ba47ecfdf91f8fab2 (patch)
treedcf7c6b4dd469f874af9e75970f896aae1fc3850 /LUFA/DoxygenPages
parent417d34385c9568f04e4cbbf5cc2444981815fbe0 (diff)
downloadlufa-e2d1b437c7454e621a349c9ba47ecfdf91f8fab2.tar.gz
lufa-e2d1b437c7454e621a349c9ba47ecfdf91f8fab2.tar.bz2
lufa-e2d1b437c7454e621a349c9ba47ecfdf91f8fab2.zip
Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus Aaslaid).
Diffstat (limited to 'LUFA/DoxygenPages')
-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 0370ed9c8..780519dde 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -16,6 +16,7 @@
* - Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class driver (thanks to Wolfgang Schnerring)
* - Fixed CDC Device class driver's internal serial stream created by \ref CDC_Device_CreateStream not returning the written
* character after a successful write (thanks to NicoHood)
+ * - Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus Aaslaid)
* - Library Applications:
* - Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan)
* - Fixed bootloaders accepting flash writes to the bootloader region (thanks to NicoHood)