Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter...
[pub/USBasp.git] / Demos / Host / LowLevel / VirtualSerialHost / VirtualSerialHost.c
index 8d59cdd..3d5fd34 100644 (file)
@@ -190,7 +190,7 @@ void CDC_Host_Task(void)
                                        uint8_t  Buffer[BufferLength];
 
                                        /* Read in the pipe data to the temporary buffer */
-                                       Pipe_Read_Stream_LE(Buffer, BufferLength);
+                                       Pipe_Read_Stream_LE(Buffer, BufferLength, NULL);
 
                                        /* Print out the buffer contents to the USART */
                                        for (uint16_t BufferByte = 0; BufferByte < BufferLength; BufferByte++)