aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-30 09:08:26 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-03-30 09:08:26 +0000
commit28ff9c55943509d2f8badc5469d54ad412c3edfd (patch)
tree3d7c9f531e43d46db5bdd6f688fca7fde23ad426 /LUFA/Common
parent5ee508dff68ca409452b7ad624fed219cbeecb0c (diff)
Added board hardware driver support for the Benito programmer.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1183 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common')
-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 50c397d6..e1988e7b 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