From: Dean Camera Date: Wed, 5 Aug 2009 13:16:36 +0000 (+0000) Subject: Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup... X-Git-Tag: LUFA-110528-BETA~1002 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/99c447c754e0b238aca99ac772b5dabb78fc8b48?hp=99c447c754e0b238aca99ac772b5dabb78fc8b48 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. ---