From: Dean Camera Date: Sun, 22 Aug 2010 02:45:20 +0000 (+0000) Subject: Moved calls to Device mode Class Driver events to after the request has been acknowle... X-Git-Tag: LUFA-110528-BETA~279 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1be3436e895c9937dcd4ebbec33ea199f3e26db2?hp=1be3436e895c9937dcd4ebbec33ea199f3e26db2 Moved calls to Device mode Class Driver events to after the request has been acknowledged, so that long event handlers do do skew the timing of the control requests. Fixed USBtoSerial and Benito project SetLineEncoding calls failing if the USART is busy, due to the RX ISR delaying the control request handler. ---