diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 20:19:33 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 20:19:33 +1100 |
commit | d8f0d2709b02b38f363f4497f5e2ceb987743719 (patch) | |
tree | dcc0bd7a992ccf1130531e95ac085ccd7a51d10f /Demos | |
parent | 9965b2ca0a32b06b578f009396aa6071c92ebd88 (diff) | |
download | lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.tar.gz lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.tar.bz2 lufa-d8f0d2709b02b38f363f4497f5e2ceb987743719.zip |
Minor documentation improvements.
Diffstat (limited to 'Demos')
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c | 2 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c index 56b248d3c..101e3a447 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c +++ b/Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c @@ -67,7 +67,7 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface = }; /** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be - * used like any regular character stream in the C APIs + * used like any regular character stream in the C APIs. */ static FILE USBSerialStream; diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c index 6dc1ab662..6ce6b1b78 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/VirtualSerialMassStorage.c @@ -92,7 +92,7 @@ USB_ClassInfo_MS_Device_t Disk_MS_Interface = }; /** Standard file stream for the CDC interface when set up, so that the virtual CDC COM port can be - * used like any regular character stream in the C APIs + * used like any regular character stream in the C APIs. */ static FILE USBSerialStream; |