Merge pull request #57 from reillyeon/master

Fix compilation failure in DualVirtualSerial.c (thanks to Reilly Grant).
pull/1469/head
Dean Camera 10 years ago
commit d30294936d

@ -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
{

Loading…
Cancel
Save