diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-30 08:32:46 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-30 08:32:46 +0000 |
| commit | 5ee508dff68ca409452b7ad624fed219cbeecb0c (patch) | |
| tree | 5aafb0070cc56c237602d2a9edbf9317f15cc284 /LUFA/Common/BoardTypes.h | |
| parent | eec44a61ec6f7b57adda54e473b9fd8eb412e748 (diff) | |
Added board hardware driver support for Tom's USBTINY MKII programmer.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1182 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 7a0dbd62..50c397d6 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -95,9 +95,12 @@ * such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */
#define BOARD_NONE 10
- /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
+ /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
#define BOARD_TEENSY 11
+ /** Selects the USBTINY MKII specific board drivers, , including the driver for the board LEDs. */
+ #define BOARD_USBTINYMKII 12
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
|
