Remove redundant calls to USB_USBTask() in the Mass Storage Device Class...
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.
Showing
- LUFA/Drivers/USB/Class/Device/MassStorage.c 0 additions, 20 deletionsLUFA/Drivers/USB/Class/Device/MassStorage.c
- LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h 2 additions, 2 deletionsLUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
- LUFA/Drivers/USB/Core/USBController.h 3 additions, 3 deletionsLUFA/Drivers/USB/Core/USBController.h
Please register or sign in to comment