All Class Driver Host mode demos now correctly set the board LEDs to READY once the...
[pub/lufa.git] / LUFA / Common / BoardTypes.h
index 43b692d..38ea5c9 100644 (file)
@@ -94,9 +94,9 @@
                         *  such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */\r
                        #define BOARD_NONE          10\r
                        \r
-                       /** Selects the EVK1101 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */\r
-                       #define BOARD_EVK1101       11\r
-\r
+                       /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */                       \r
+                       #define BOARD_TEENSY        11\r
+                       \r
                        #if !defined(__DOXYGEN__)\r
                                #define BOARD_          BOARD_NONE\r
                                \r