X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c05c7c7df46a0377db8a72cb32f06aa40153d3e1..8c6c27d88bb40ecf55f369fc4499ec990d2d93d2:/Demos/Host/LowLevel/CDCHost/CDCHost.c?ds=inline diff --git a/Demos/Host/LowLevel/CDCHost/CDCHost.c b/Demos/Host/LowLevel/CDCHost/CDCHost.c index 0b09c5a93..c4322587e 100644 --- a/Demos/Host/LowLevel/CDCHost/CDCHost.c +++ b/Demos/Host/LowLevel/CDCHost/CDCHost.c @@ -216,8 +216,9 @@ void CDC_Host_Task(void) USB_HostState = HOST_STATE_Configured; break; case HOST_STATE_Configured: - /* Select and the data IN pipe */ + /* Select the data IN pipe */ Pipe_SelectPipe(CDC_DATAPIPE_IN); + Pipe_SetPipeToken(PIPE_TOKEN_IN); Pipe_Unfreeze(); /* Check to see if a packet has been received */