Added board driver support for the Busware TUL board.
This commit is contained in:
parent
2731c3a8ae
commit
3bd6336075
8 changed files with 227 additions and 3 deletions
|
@ -165,6 +165,8 @@
|
|||
#include "AVR8/SPARKFUN8U2/LEDs.h"
|
||||
#elif (BOARD == BOARD_EVK1101)
|
||||
#include "UC3/EVK1101/LEDs.h"
|
||||
#elif (BOARD == BOARD_TUL)
|
||||
#include "AVR8/TUL/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue