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
|
@ -101,6 +101,8 @@
|
|||
#include "USBFOO/Buttons.h"
|
||||
#elif (BOARD == BOARD_UDIP)
|
||||
#include "UDIP/Buttons.h"
|
||||
#elif (BOARD == BOARD_CULV3)
|
||||
#include "CULV3/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue