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

@ -88,10 +88,12 @@
#include "RZUSBSTICK/LEDs.h"
#elif (BOARD == BOARD_ATAVRUSBRF01)
#include "ATAVRUSBRF01/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#elif (BOARD == BOARD_XPLAIN)
#include "XPLAIN/LEDs.h
#elif (BOARD == BOARD_BUMBLEB)
#include "BUMBLEB/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif
#if !defined(LEDS_LED1)