mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Merge pull request #57 from reillyeon/master
Fix compilation failure in DualVirtualSerial.c (thanks to Reilly Grant).
This commit is contained in:
commit
d30294936d
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user