From 8c3d421a017301df0d7024db1b4dd318f6a333ab Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 27 Jun 2011 13:41:06 +0000 Subject: Added board hardware driver support for the EVK1104 board. Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common') 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 -- cgit v1.2.3