diff options
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
