aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-02 09:11:37 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-02 09:11:37 +0000
commit68012b1c335431b1faeff5c13e2e8e5afb0f5637 (patch)
treea1a3d134c90aa39066c5646a38b458fce1a03027 /LUFA/Common/BoardTypes.h
parentc9c570dbc6079d354d07c901d4584eb5e8a5189c (diff)
Added support for the Atmel XPLAIN board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@856 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 9b3a9cc7..38d0af14 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -81,6 +81,9 @@
/** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */
#define BOARD_BUMBLEB 6
+ /** Selects the XPLAIN specific board drivers, including LED driver. */
+ #define BOARD_XPLAIN 7
+
#endif
/** @} */