Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should...
[pub/USBasp.git] / Demos / Host / LowLevel / VirtualSerialHost / VirtualSerialHost.c
index 98980e8..4c521a4 100644 (file)
@@ -218,7 +218,6 @@ void CDC_Host_Task(void)
                case HOST_STATE_Configured:\r
                        /* Select the data IN pipe */\r
                        Pipe_SelectPipe(CDC_DATAPIPE_IN);\r
-                       Pipe_SetPipeToken(PIPE_TOKEN_IN);\r
                        Pipe_Unfreeze();\r
 \r
                        /* Check to see if a packet has been received */\r