X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3bd6336075b200fdc0d16cdf80aaf55614854c1d..bcb627e1a1bb9f013670d981ead2db97d7c70608:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index f41ca8852..970a8c938 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -149,6 +149,12 @@ /** 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 + + /** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */ + #define BOARD_EVK1104 30 #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE