projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor code cleanups for clarity.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
CDC
/
CDC.c
diff --git
a/Demos/Device/ClassDriver/CDC/CDC.c
b/Demos/Device/ClassDriver/CDC/CDC.c
index
5d74cb1
..
8940ae0
100644
(file)
--- a/
Demos/Device/ClassDriver/CDC/CDC.c
+++ b/
Demos/Device/ClassDriver/CDC/CDC.c
@@
-130,10
+130,10
@@
void CheckJoystickMovement(void)
{
\r
ActionSent = true;
\r
\r
{
\r
ActionSent = true;
\r
\r
- /
/ Write the string to the virtual COM port via the created character stream
\r
+ /
* Write the string to the virtual COM port via the created character stream */
\r
fputs(ReportString, &USBSerialStream);
\r
\r
fputs(ReportString, &USBSerialStream);
\r
\r
- /
/ Alternatively, without the stream:
\r
+ /
* Alternatively, without the stream: */
\r
// CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));
\r
}
\r
}
\r
// CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));
\r
}
\r
}
\r