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
|
|
@ -101,7 +101,7 @@
|
|||
/** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_USBTINYMKII 12
|
||||
|
||||
/** Selects the Benito specific board drivers, including the driver for the board LEDs. */
|
||||
/** Selects the Benito specific board drivers, including the Button and LEDs drivers. */
|
||||
#define BOARD_BENITO 13
|
||||
|
||||
/** Selects the JM-DB-U2 specific board drivers, including the Button and LEDs drivers. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue