X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/dee4bc097309b289d0ba5995edc6a140529e153a..8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index f41ca8852..b67abdade 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -149,6 +149,9 @@ /** Selects the Busware TUL specific board drivers, including the Button and LED drivers. */ #define BOARD_TUL 28 + + /** Selects the Atmel EVK1100 specific board drivers, including the Button, Joystick and LED drivers. */ + #define BOARD_EVK1100 29 #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE