aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:41:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:41:06 +0000
commit8c3d421a017301df0d7024db1b4dd318f6a333ab (patch)
tree495b3f6a119e8101cd252669d31f48e9e55d6a2a /LUFA/Common
parent8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd (diff)
downloadlufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.tar.gz
lufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.tar.bz2
lufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.zip
Added board hardware driver support for the EVK1104 board.
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
Diffstat (limited to 'LUFA/Common')
-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 b67abdade..970a8c938 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