Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString...
[pub/USBasp.git] / Demos / Device / ClassDriver / VirtualSerial / VirtualSerial.c
index 68bf5e8..6dac7b9 100644 (file)
@@ -134,7 +134,7 @@ void CheckJoystickMovement(void)
                fputs(ReportString, &USBSerialStream);
 
                /* Alternatively, without the stream: */
-               // CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));
+               // CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString);
        }
 }