Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Add button support for the BENITO board target.
This commit is contained in:
parent
61a799ed55
commit
d4c421e380
7 changed files with 114 additions and 11 deletions
|
@ -85,7 +85,9 @@
|
|||
#include "BUMBLEB/Buttons.h"
|
||||
#elif (BOARD == BOARD_EVK527)
|
||||
#include "EVK527/Buttons.h"
|
||||
#elif (BOARD == JMDBU2)
|
||||
#elif (BOARD == BOARD_BENITO)
|
||||
#include "BENITO/Buttons.h"
|
||||
#elif (BOARD == BOARD_JMDBU2)
|
||||
#include "JMDBU2/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue