Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
This commit is contained in:
parent
74b6993d66
commit
431db89b00
10 changed files with 25 additions and 140 deletions
|
@ -218,7 +218,6 @@ void CDC_Host_Task(void)
|
|||
case HOST_STATE_Configured:
|
||||
/* 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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue