Minor code cleanups for clarity.
[pub/USBasp.git] / Demos / Device / ClassDriver / CDC / CDC.c
index 5d74cb1..8940ae0 100644 (file)
@@ -130,10 +130,10 @@ void CheckJoystickMovement(void)
        {\r
                ActionSent = true;\r
 \r
-               // Write the string to the virtual COM port via the created character stream\r
+               /* Write the string to the virtual COM port via the created character stream */\r
                fputs(ReportString, &USBSerialStream);\r
 \r
-               // Alternatively, without the stream:\r
+               /* Alternatively, without the stream: */\r
                // CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));\r
        }\r
 }\r