aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-02 09:11:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-02 09:11:37 +0000
commit3ebfb998ec4eef73543a8e8bde0019a3057b72dc (patch)
treea1a3d134c90aa39066c5646a38b458fce1a03027 /LUFA/Common
parentb7eead83aab675ebfe583c5beb1662e2d1833cb8 (diff)
downloadlufa-3ebfb998ec4eef73543a8e8bde0019a3057b72dc.tar.gz
lufa-3ebfb998ec4eef73543a8e8bde0019a3057b72dc.tar.bz2
lufa-3ebfb998ec4eef73543a8e8bde0019a3057b72dc.zip
Added support for the Atmel XPLAIN board.
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 9b3a9cc78..38d0af14c 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
/** @} */