Fix compilation failure in DualVirtualSerial.c.
authorReilly Grant <reillyg@chromium.org>
Fri, 31 Jul 2015 21:01:53 +0000 (14:01 -0700)
committerReilly Grant <reillyg@chromium.org>
Fri, 31 Jul 2015 21:01:53 +0000 (14:01 -0700)
A comment on line 236 needed an extra forward slash.

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
        {