aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/LEDs.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-27 13:41:06 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-27 13:41:06 +0000
commitb6da94ea2afd89b135fe3fb245edbbdc0c3acd8c (patch)
tree495b3f6a119e8101cd252669d31f48e9e55d6a2a /LUFA/Drivers/Board/LEDs.h
parent9064a2e6459a586ab2d544a24f0298bb00994283 (diff)
Added board hardware driver support for the EVK1104 board.
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1826 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/LEDs.h')
-rw-r--r--LUFA/Drivers/Board/LEDs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h
index 4a2e2f51..ff5d2ff7 100644
--- a/LUFA/Drivers/Board/LEDs.h
+++ b/LUFA/Drivers/Board/LEDs.h
@@ -169,6 +169,8 @@
#include "AVR8/TUL/LEDs.h"
#elif (BOARD == BOARD_EVK1100)
#include "UC3/EVK1100/LEDs.h"
+ #elif (BOARD == BOARD_EVK1104)
+ #include "UC3/EVK1104/LEDs.h"
#else
#include "Board/LEDs.h"
#endif