diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-30 09:46:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-30 09:46:31 +0000 |
commit | d4c421e380904c467cc8c6af20c6a3c5213d3082 (patch) | |
tree | 2be89361739b64a8c755f64ba8b7dc25424cfcc7 /LUFA/Common | |
parent | 61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e (diff) | |
download | lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.tar.gz lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.tar.bz2 lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.zip |
Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Add button support for the BENITO board target.
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/BoardTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index b162524ee..8e65c7ae7 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -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. */
|