forked from mirror/qmk_firmware
Minor code cleanups for clarity.
This commit is contained in:
@@ -130,10 +130,10 @@ void CheckJoystickMovement(void)
|
||||
{
|
||||
ActionSent = true;
|
||||
|
||||
// Write the string to the virtual COM port via the created character stream
|
||||
/* Write the string to the virtual COM port via the created character stream */
|
||||
fputs(ReportString, &USBSerialStream);
|
||||
|
||||
// Alternatively, without the stream:
|
||||
/* Alternatively, without the stream: */
|
||||
// CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
SideShow Class demonstration application. This give a reference
|
||||
for implementing Microsoft SideShow compatible devices in an
|
||||
embedded environment. SideShow allows for gadget data displayed
|
||||
on a Vista machine to also be displayed on an externally connected
|
||||
interactive display. Upon enumeration on a Vista system, this will
|
||||
on a Windows Vista or later machine to also be displayed on an
|
||||
externally connected interactive display. Upon enumeration, this will
|
||||
appear as a new SideShow device which can have gadgets loaded onto
|
||||
it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user