Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONT...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.c
index e8ee23f..82a9c1a 100644 (file)
@@ -172,10 +172,6 @@ uint8_t Pipe_WaitUntilReady(void)
                          return PIPE_READYWAIT_NoError;
                }
 
-               #if !defined(INTERRUPT_CONTROL_ENDPOINT)
-               USB_USBTask();
-               #endif
-
                if (Pipe_IsStalled())
                  return PIPE_READYWAIT_PipeStalled;
                else if (USB_HostState == HOST_STATE_Unattached)