aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:08:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:08:26 +0000
commit3790907f4d302e956bea30a261a72411c98a0d60 (patch)
tree3d7c9f531e43d46db5bdd6f688fca7fde23ad426 /LUFA/Common/BoardTypes.h
parenta8cbe3466b660470b8a34a05996af199827e092c (diff)
downloadlufa-3790907f4d302e956bea30a261a72411c98a0d60.tar.gz
lufa-3790907f4d302e956bea30a261a72411c98a0d60.tar.bz2
lufa-3790907f4d302e956bea30a261a72411c98a0d60.zip
Added board hardware driver support for the Benito programmer.
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h5
1 files changed, 4 insertions, 1 deletions
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