aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorReilly Grant <reillyg@chromium.org>2015-07-31 14:01:53 -0700
committerReilly Grant <reillyg@chromium.org>2015-07-31 14:01:53 -0700
commita52ca7007dc4d76a4ad97a494fbfdda9612c79ca (patch)
treec8af6a9fe6ed2e3e307b56f5e38cfd23d5f10a90 /Demos
parented20c250af4bf393f6c039345a07c86d1cd9ea40 (diff)
downloadlufa-a52ca7007dc4d76a4ad97a494fbfdda9612c79ca.tar.gz
lufa-a52ca7007dc4d76a4ad97a494fbfdda9612c79ca.tar.bz2
lufa-a52ca7007dc4d76a4ad97a494fbfdda9612c79ca.zip
Fix compilation failure in DualVirtualSerial.c.
A comment on line 236 needed an extra forward slash.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
index eb4890e51..746a00725 100644
--- a/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
+++ b/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
@@ -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
{