Move LUFA compile time options to a new section in the application makefiles for...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.c
index 099022c..dca7554 100644 (file)
@@ -80,8 +80,6 @@ uint8_t Endpoint_WaitUntilReady(void)
        uint16_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS;\r
        #endif\r
 \r
-       USB_INT_Clear(USB_INT_SOFI);\r
-\r
        for (;;)\r
        {\r
                if (Endpoint_GetEndpointDirection() == ENDPOINT_DIR_IN)\r