Merge pull request #57 from reillyeon/master

Fix compilation failure in DualVirtualSerial.c (thanks to Reilly Grant).
This commit is contained in:
Dean Camera 2015-08-01 11:43:59 +10:00
commit d30294936d

View File

@ -233,7 +233,7 @@ void EVENT_CDC_Device_ControLineStateChanged(USB_ClassInfo_CDC_Device_t *const C
if (CDCInterfaceInfo == &VirtualSerial1_CDC_Interface) 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 else
{ {