Merge pull request #57 from reillyeon/master
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 1 Aug 2015 01:43:59 +0000 (11:43 +1000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 1 Aug 2015 01:43:59 +0000 (11:43 +1000)
Fix compilation failure in DualVirtualSerial.c (thanks to Reilly Grant).

Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c

index eb4890e..746a007 100644 (file)
@@ -233,7 +233,7 @@ void EVENT_CDC_Device_ControLineStateChanged(USB_ClassInfo_CDC_Device_t *const C
 
        if (CDCInterfaceInfo == &VirtualSerial1_CDC_Interface)
        {
-               / CDC interface 1's host is ready to send/receive data
+               // CDC interface 1's host is ready to send/receive data
        }
        else
        {