Oops: Typo on the new TEENSY2 board support.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Nov 2011 00:25:20 +0000 (00:25 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Nov 2011 00:25:20 +0000 (00:25 +0000)
LUFA/Common/BoardTypes.h

index 3bb9e5a..1e871d4 100644 (file)
                        #define BOARD_A3BU_XPLAINED 31
 
                        /** Selects the Teensy version 2.x specific board drivers, including the driver for the board LEDs. */
-                       #define BOARD_TEENSY        32
+                       #define BOARD_TEENSY2       32
 
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE