New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editi...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / PipeStream.c
index 9f88981..4465471 100644 (file)
@@ -101,6 +101,8 @@ uint8_t Pipe_Null_Stream(uint16_t Length,
                                *BytesProcessed += BytesInTransfer;\r
                                return PIPE_RWSTREAM_IncompleteTransfer;\r
                        }\r
+                       \r
+                       USB_USBTask();\r
 \r
                        if ((ErrorCode = Pipe_WaitUntilReady()))\r
                          return ErrorCode;\r