aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-25 18:32:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-25 18:32:55 +0000
commitbd6123e2c17bc5f36d4812300474ed2277cdf70d (patch)
treeb7d81b4a80ce7e081f9c788aa72a612f75306956 /LUFA/DoxygenPages/ChangeLog.txt
parente875d7cf9f31fe9ac586718850a433f2851b5e19 (diff)
downloadlufa-bd6123e2c17bc5f36d4812300474ed2277cdf70d.tar.gz
lufa-bd6123e2c17bc5f36d4812300474ed2277cdf70d.tar.bz2
lufa-bd6123e2c17bc5f36d4812300474ed2277cdf70d.zip
Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).
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 df504763c..fa7607d8f 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -49,6 +49,7 @@
* - Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin)
* - Fixed inverted LED logic in the OLIMEX162 board LED driver
* - Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock)
+ * - Fixed inverted LED logic in the USB2AX board LED driver
* - 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