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
|
@ -125,6 +125,8 @@
|
|||
#include "AVR8/MICROSIN162/Buttons.h"
|
||||
#elif (BOARD == BOARD_EVK1101)
|
||||
#include "UC3/EVK1101/Buttons.h"
|
||||
#elif (BOARD == BOARD_TUL)
|
||||
#include "AVR8/TUL/Buttons.h"
|
||||
#else
|
||||
#include "Board/Buttons.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue