From a8cbe3466b660470b8a34a05996af199827e092c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 30 Mar 2010 08:32:46 +0000 Subject: Added board hardware driver support for Tom's USBTINY MKII programmer. --- LUFA/Common/BoardTypes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'LUFA/Common') 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 -- cgit v1.2.3