Added board hardware driver support for the BUI development board.
This commit is contained in:
parent
92059fcbf9
commit
84696c727d
49 changed files with 302 additions and 277 deletions
|
|
@ -121,6 +121,8 @@
|
|||
#include "USBFOO/LEDs.h"
|
||||
#elif (BOARD == BOARD_UDIP)
|
||||
#include "UDIP/LEDs.h"
|
||||
#elif (BOARD == BOARD_BUI)
|
||||
#include "BUI/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue