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:
Dean Camera 2010-03-30 09:46:31 +00:00
parent 61a799ed55
commit d4c421e380
7 changed files with 114 additions and 11 deletions

View file

@ -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. */