Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should...
[pub/USBasp.git] / Projects / Incomplete / Webserver / Webserver.c
index 74636b8..c0ceeed 100644 (file)
@@ -174,7 +174,7 @@ void ProcessIncommingPacket(void)
                LEDs_SetAllLEDs(LEDMASK_USB_BUSY);\r
 \r
                /* Read the incomming packet straight into the UIP packet buffer */\r
-               printf("L=%d R=%d\r\n", uip_len, RNDIS_Host_ReadPacket(&Ethernet_RNDIS_Interface, &uip_buf[0], &uip_len));\r
+               RNDIS_Host_ReadPacket(&Ethernet_RNDIS_Interface, &uip_buf[0], &uip_len);\r
 \r
                if (uip_len > 0)\r
                {\r