aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-17 23:14:03 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-17 23:14:03 +0000
commitdfce01e2309c7e65b7b8f750f332cb2e38d39ac9 (patch)
tree7482e76b4bb754309c17b25b936ed043d8315316 /LUFA/Common
parentc47880d49b116e66a321d5d587d741ed07d6698a (diff)
Added board hardware driver support for the Minimus board (thanks to the PSGroove team).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1533 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common')
-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 77076920..8755ad7b 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -128,6 +128,9 @@
/** Selects the Maximus specific board drivers, including the driver for the board LEDs. */
#define BOARD_MAXIMUS 21
+ /** Selects the Minimus specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_MINIMUS 22
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE