aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.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/Common/BoardTypes.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/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index b67abdad..970a8c93 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -152,6 +152,9 @@
/** Selects the Atmel EVK1100 specific board drivers, including the Button, Joystick and LED drivers. */
#define BOARD_EVK1100 29
+
+ /** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */
+ #define BOARD_EVK1104 30
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE