aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 08:32:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 08:32:46 +0000
commita8cbe3466b660470b8a34a05996af199827e092c (patch)
tree5aafb0070cc56c237602d2a9edbf9317f15cc284 /LUFA/Common/BoardTypes.h
parent9257f4ab8ea8ade1df5b576c114f715302051cc6 (diff)
downloadlufa-a8cbe3466b660470b8a34a05996af199827e092c.tar.gz
lufa-a8cbe3466b660470b8a34a05996af199827e092c.tar.bz2
lufa-a8cbe3466b660470b8a34a05996af199827e092c.zip
Added board hardware driver support for Tom's USBTINY MKII programmer.
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 7a0dbd62c..50c397d63 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