X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a8cbe3466b660470b8a34a05996af199827e092c..3790907f4d302e956bea30a261a72411c98a0d60:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 50c397d63..e1988e7b9 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -98,9 +98,12 @@ /** 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. */ + /** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */ #define BOARD_USBTINYMKII 12 + /** Selects the Benito specific board drivers, including the driver for the board LEDs. */ + #define BOARD_BENITO 13 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE