aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-17 10:21:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-17 10:21:40 +0000
commit1971a415e5cfb7f9444745124681ce7f0248e704 (patch)
tree2aba999479f51e481bee77fc357c692a516cc795 /LUFA/DoxygenPages/ChangeLog.txt
parentf87aec2264087c5e72bb013451540950f2a076f8 (diff)
downloadlufa-1971a415e5cfb7f9444745124681ce7f0248e704.tar.gz
lufa-1971a415e5cfb7f9444745124681ce7f0248e704.tar.bz2
lufa-1971a415e5cfb7f9444745124681ce7f0248e704.zip
Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).
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 d4b781cce..2f4c363bc 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -27,6 +27,7 @@
* the host state machine
* - 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)
* - Library Applications:
* - None
*