From ead183bc539820c92633675dacc4d2a952b0b499 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 30 Mar 2010 09:51:08 +0000 Subject: Add missing board Buttons driver for the USBTINY MKII board target. --- LUFA/Common/BoardTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Common/BoardTypes.h') 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. */ -- cgit v1.2.3