Add support for the Micropendous series of USB AVR8 boards.

This commit is contained in:
Dean Camera 2012-02-03 20:20:11 +00:00
parent 8d2cb61a5b
commit 10a56f6105
7 changed files with 365 additions and 38 deletions

View file

@ -175,6 +175,8 @@
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
#include "AVR8/USB2AX/LEDs.h"
#elif (BOARD_MICROPENDOUS_32U2)
#include "AVR8/MICROPENDOUS/LEDs.h"
#else
#include "Board/LEDs.h"
#endif