Make Control Endpoint stream transfers more reliable by adding in early aborts for...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Endpoint.c
index e4d0140..8b3922a 100644 (file)
@@ -76,7 +76,7 @@ void Endpoint_ClearStatusStage(void)
        if (USB_ControlRequest.bmRequestType & REQDIR_DEVICETOHOST)\r
        {\r
                while (!(Endpoint_IsOUTReceived()))\r
-               {                               \r
+               {\r
                        if (USB_DeviceState == DEVICE_STATE_Unattached)\r
                          return;\r
                }\r