mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-02 22:44:17 +00:00
Fix compilation failure in DualVirtualSerial.c.
A comment on line 236 needed an extra forward slash.
This commit is contained in:
parent
ed20c250af
commit
a52ca7007d
@ -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…
Reference in New Issue
Block a user