aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:51:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:51:08 +0000
commitead183bc539820c92633675dacc4d2a952b0b499 (patch)
tree6cbe3ee611482aabb35f26377d79869a2d82b264 /LUFA/Common/BoardTypes.h
parentd4c421e380904c467cc8c6af20c6a3c5213d3082 (diff)
downloadlufa-ead183bc539820c92633675dacc4d2a952b0b499.tar.gz
lufa-ead183bc539820c92633675dacc4d2a952b0b499.tar.bz2
lufa-ead183bc539820c92633675dacc4d2a952b0b499.zip
Add missing board Buttons driver for the USBTINY MKII board target.
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 8e65c7ae7..700da980c 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -98,7 +98,7 @@
/** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
#define BOARD_TEENSY 11
- /** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */
+ /** Selects the USBTINY MKII specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USBTINYMKII 12
/** Selects the Benito specific board drivers, including the Button and LEDs drivers. */