Added support for the Atmel EVK527 board hardware.
This commit is contained in:
parent
7e86387958
commit
478d9dc04f
14 changed files with 569 additions and 10 deletions
|
|
@ -94,6 +94,8 @@
|
|||
#include "XPLAIN/LEDs.h"
|
||||
#elif (BOARD == BOARD_BUMBLEB)
|
||||
#include "BUMBLEB/LEDs.h"
|
||||
#elif (BOARD == BOARD_EVK527)
|
||||
#include "EVK527/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue