aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs
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
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')
-rw-r--r--LUFA/DriverStubs/Buttons.h2
-rw-r--r--LUFA/DriverStubs/Joystick.h2
-rw-r--r--LUFA/DriverStubs/LEDs.h2
3 files changed, 0 insertions, 6 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: */
diff --git a/LUFA/DriverStubs/Joystick.h b/LUFA/DriverStubs/Joystick.h
index ca80672b3..a09f8db9b 100644
--- a/LUFA/DriverStubs/Joystick.h
+++ b/LUFA/DriverStubs/Joystick.h
@@ -46,8 +46,6 @@
/* Includes: */
#include <avr/io.h>
- #include "../../../Common/Common.h"
-
// TODO: Add any required includes here
/* Enable C linkage for C++ Compilers: */
diff --git a/LUFA/DriverStubs/LEDs.h b/LUFA/DriverStubs/LEDs.h
index 3f4cca006..0421f14d3 100644
--- a/LUFA/DriverStubs/LEDs.h
+++ b/LUFA/DriverStubs/LEDs.h
@@ -45,8 +45,6 @@
/* Includes: */
#include <avr/io.h>
- #include "../../../Common/Common.h"
-
// TODO: Add any required includes here
/* Enable C linkage for C++ Compilers: */