Added support for the Atmel XPLAIN board.

This commit is contained in:
Dean Camera 2009-10-02 09:11:37 +00:00
parent b7eead83aa
commit 3ebfb998ec
7 changed files with 134 additions and 7 deletions

View file

@ -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
/** @} */