diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-17 10:21:40 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-17 10:21:40 +0000 |
| commit | 4894df4671d33d47056e59340f3550f3bce11145 (patch) | |
| tree | 2aba999479f51e481bee77fc357c692a516cc795 /LUFA/DoxygenPages/ChangeLog.txt | |
| parent | cea0b37261b75903fac32ba47c6b52db4e1d0e35 (diff) | |
Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2112 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
| -rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index d4b781cc..2f4c363b 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 * |
