Added board hardware driver support for the Busware CUL V3 board.
Added SVN eol-style property to the library driver files that are missing it.
This commit is contained in:
parent
accadba2dd
commit
ccc82ce745
15 changed files with 1194 additions and 960 deletions
|
|
@ -125,6 +125,8 @@
|
|||
#include "BUI/LEDs.h"
|
||||
#elif (BOARD == BOARD_UNO)
|
||||
#include "UNO/LEDs.h"
|
||||
#elif (BOARD == BOARD_CULV3)
|
||||
#include "CULV3/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue