aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Buttons.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-05 13:16:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-05 13:16:36 +0000
commit99c447c754e0b238aca99ac772b5dabb78fc8b48 (patch)
treece5a2f7855fed8676f4633f7d765075cec305e76 /LUFA/DriverStubs/Buttons.h
parent4421782b7fb49e160b1c18f2295e6cd1f0b00c04 (diff)
downloadlufa-99c447c754e0b238aca99ac772b5dabb78fc8b48.tar.gz
lufa-99c447c754e0b238aca99ac772b5dabb78fc8b48.tar.bz2
lufa-99c447c754e0b238aca99ac772b5dabb78fc8b48.zip
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.
Diffstat (limited to 'LUFA/DriverStubs/Buttons.h')
-rw-r--r--LUFA/DriverStubs/Buttons.h2
1 files changed, 0 insertions, 2 deletions
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 <avr/io.h>
#include <stdbool.h>
- #include "../../../Common/Common.h"
-
// TODO: Add any required includes here
/* Enable C linkage for C++ Compilers: */