aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-19 19:12:52 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-19 19:12:52 +0000
commitf3049d958e4ef6cc919ff5f1302c1b384fed6bbf (patch)
treed8d628c9c8ce0f861c5af3056bfa65b5ab44e8d2 /LUFA/DoxygenPages/ChangeLog.txt
parent7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd (diff)
downloadlufa-f3049d958e4ef6cc919ff5f1302c1b384fed6bbf.tar.gz
lufa-f3049d958e4ef6cc919ff5f1302c1b384fed6bbf.tar.bz2
lufa-f3049d958e4ef6cc919ff5f1302c1b384fed6bbf.zip
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
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 e92f026cf..bb6621f1f 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -31,6 +31,7 @@
* - Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY
* configuration token set
* - Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander)
+ * - Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley)
* - Library Applications:
* - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
* - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut)