aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-17 23:06:50 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-17 23:06:50 +0000
commite6617b263f0638905e6b1ffb2c7bd3bc0cdd7a2c (patch)
tree3490cf3e3915efa2af85ab7c813524886ea6fe3f /LUFA/Common/BoardTypes.h
parentaf181be7cfe7bc9e9ea112f1a98643c16fd2aa69 (diff)
Added board hardware driver support for the Maximus board (thanks to the PSGroove team).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1531 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index bac0e9e8..77076920 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -125,6 +125,9 @@
/** Selects the Blackcat USB JTAG specific board drivers, including the driver for the board LEDs. */
#define BOARD_BLACKCAT 20
+ /** Selects the Maximus specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_MAXIMUS 21
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE