Fixed incorrect/missing control status stage transfers on demos, bootloaders and...
[pub/USBasp.git] / Bootloaders / TeensyHID / TeensyHID.c
index fe20702..93f0621 100644 (file)
@@ -144,10 +144,8 @@ EVENT_HANDLER(USB_UnhandledControlPacket)
 \r
                                Endpoint_ClearSetupOUT();\r
 \r
-                               /* Wait until the host is ready to receive the request confirmation */\r
+                               /* Acknowledge status stage */\r
                                while (!(Endpoint_IsSetupINReady()));\r
-                               \r
-                               /* Handshake the request by sending an empty IN packet */\r
                                Endpoint_ClearSetupIN();\r
                        }\r
                        \r