Add board driver support for the EVK1100 board.
This commit is contained in:
parent
dee4bc0973
commit
8cc3fd56d9
13 changed files with 385 additions and 8 deletions
|
@ -167,6 +167,8 @@
|
|||
#include "UC3/EVK1101/LEDs.h"
|
||||
#elif (BOARD == BOARD_TUL)
|
||||
#include "AVR8/TUL/LEDs.h"
|
||||
#elif (BOARD == BOARD_EVK1100)
|
||||
#include "UC3/EVK1100/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue