Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 5 Aug 2009 13:16:36 +0000 (13:16 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 5 Aug 2009 13:16:36 +0000 (13:16 +0000)
commit99c447c754e0b238aca99ac772b5dabb78fc8b48
treece5a2f7855fed8676f4633f7d765075cec305e76
parent4421782b7fb49e160b1c18f2295e6cd1f0b00c04
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.
12 files changed:
Bootloaders/CDC/BootloaderCDC.c
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
LUFA.pnproj
LUFA/DriverStubs/Buttons.h
LUFA/DriverStubs/Joystick.h
LUFA/DriverStubs/LEDs.h
LUFA/ManPages/ChangeLog.txt
Projects/Benito/Benito.c
Projects/Benito/Benito.h
Projects/Benito/makefile