From: Dean Camera Date: Tue, 26 May 2009 04:46:35 +0000 (+0000) Subject: Fix all device mode demos broken in the recent API changes. X-Git-Tag: LUFA-110528-BETA~1165 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7eb4eb7cdd1ba6a9a6e1ae82968294445667f2e0?hp=7eb4eb7cdd1ba6a9a6e1ae82968294445667f2e0 Fix all device mode demos broken in the recent API changes. Change USBtoSerial Tx to polling-driven rather than interrupt driven, to ensure more time for the Rx interrupt to be serviced. ---