From: Dean Camera Date: Mon, 10 Jan 2011 18:56:34 +0000 (+0000) Subject: Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONT... X-Git-Tag: LUFA-110528-BETA~111 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/154f934b227dd665cd4a6393453601c5c400d78c?hp=154f934b227dd665cd4a6393453601c5c400d78c Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function. ---