From b6da94ea2afd89b135fe3fb245edbbdc0c3acd8c Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1826 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common/BoardTypes.h') 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 -- cgit v1.2.3