X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd..79922026035a9ff93754b77ef400a0458152142d:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index b67abdade..7a141ac71 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -152,7 +152,13 @@ /** 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 + /** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including the Button and LED drivers. */ + #define BOARD_A3BU_XPLAINED 31 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE