From ae8b408b8a8fe22152c7538daec9c185a5d17241 Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 28 Sep 2010 14:30:26 +0000 Subject: Added board hardware driver support for the Arduino Uno development board. Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1499 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/Board/LEDs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Board/LEDs.h') diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h index 63c997b1..94142e30 100644 --- a/LUFA/Drivers/Board/LEDs.h +++ b/LUFA/Drivers/Board/LEDs.h @@ -120,9 +120,11 @@ #elif (BOARD == BOARD_USBFOO) #include "USBFOO/LEDs.h" #elif (BOARD == BOARD_UDIP) - #include "UDIP/LEDs.h" + #include "UDIP/LEDs.h" #elif (BOARD == BOARD_BUI) - #include "BUI/LEDs.h" + #include "BUI/LEDs.h" + #elif (BOARD == BOARD_UNO) + #include "UNO/LEDs.h" #elif (BOARD == BOARD_USER) #include "Board/LEDs.h" #endif -- cgit v1.2.3