aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-25 11:50:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-25 11:50:41 +0000
commit431db89b00408197976d653d89d15eeef8172e1b (patch)
tree8900ab7368cdd124b725a65da47407f96fd46053 /Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
parent74b6993d66d70c323beb4d7eccf5b8f45bf6d31f (diff)
downloadlufa-431db89b00408197976d653d89d15eeef8172e1b.tar.gz
lufa-431db89b00408197976d653d89d15eeef8172e1b.tar.bz2
lufa-431db89b00408197976d653d89d15eeef8172e1b.zip
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
Diffstat (limited to 'Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c')
-rw-r--r--Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
index 98980e8f0..4c521a480 100644
--- a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
+++ b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c
@@ -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 */