From: Dean Camera Date: Fri, 29 Jul 2011 08:12:00 +0000 (+0000) Subject: Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when... X-Git-Tag: LUFA-111009~38 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/40728fd20dc87eebab964ce8dc42db6df3d72a65?hp=40728fd20dc87eebab964ce8dc42db6df3d72a65 Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture. ---