X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0ad6f1fb530d2e5656ddd7824c97ee3a6b96f675..7f8dbb4908abd33b5ee8bfba7cc3870fa14f7366:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index efd80f9fa..1e871d43e 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -96,7 +96,7 @@ * 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 version 1.x specific board drivers, including the driver for the board LEDs. */ #define BOARD_TEENSY 11 /** Selects the USBTINY MKII specific board drivers, including the Button and LEDs drivers. */ @@ -159,6 +159,9 @@ /** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including Dataflash, Button and LED drivers. */ #define BOARD_A3BU_XPLAINED 31 + /** Selects the Teensy version 2.x specific board drivers, including the driver for the board LEDs. */ + #define BOARD_TEENSY2 32 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE