Add support for the Micropendous series of USB AVR8 boards.
This commit is contained in:
parent
8d2cb61a5b
commit
10a56f6105
7 changed files with 365 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue