From 99c447c754e0b238aca99ac772b5dabb78fc8b48 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 5 Aug 2009 13:16:36 +0000 Subject: Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating. Removed unused relative Common.h header include from the DriverStubs board stub drivers. Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times. --- LUFA/DriverStubs/Buttons.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'LUFA/DriverStubs/Buttons.h') diff --git a/LUFA/DriverStubs/Buttons.h b/LUFA/DriverStubs/Buttons.h index 0d02e5c71..9449bcbfd 100644 --- a/LUFA/DriverStubs/Buttons.h +++ b/LUFA/DriverStubs/Buttons.h @@ -46,8 +46,6 @@ #include #include - #include "../../../Common/Common.h" - // TODO: Add any required includes here /* Enable C linkage for C++ Compilers: */ -- cgit v1.2.3