aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-20 06:18:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-20 06:18:41 +0000
commita77c3edc37938521850e451b962f2f4ea7859945 (patch)
treed25c3bec533f449bb9e6bd4a8909b06ea4700b61 /LUFA/DoxygenPages
parente58915344d934395463d69876ab43bef0d93034a (diff)
downloadlufa-a77c3edc37938521850e451b962f2f4ea7859945.tar.gz
lufa-a77c3edc37938521850e451b962f2f4ea7859945.tar.bz2
lufa-a77c3edc37938521850e451b962f2f4ea7859945.zip
Fixed inverted LED logic in the OLIMEX162 board LED driver.
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 7d0b63ed1..ba9c80558 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -28,6 +28,7 @@
* - Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep)
* - Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid)
* - 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
* - Library Applications:
* - Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter)
*