Added board hardware driver support for the Benito programmer.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 50c397d..e1988e7 100644 (file)
                        /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */\r
                        #define BOARD_TEENSY        11\r
                        \r
-                       /** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */\r
+                       /** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */\r
                        #define BOARD_USBTINYMKII   12\r
                        \r
+                       /** Selects the Benito specific board drivers, including the driver for the board LEDs. */\r
+                       #define BOARD_BENITO        13\r
+\r
                        #if !defined(__DOXYGEN__)\r
                                #define BOARD_          BOARD_NONE\r
                                \r