From 04774208b6d4131466a2b5e44af314252ab1734e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 11 Nov 2009 09:09:39 +0000 Subject: Minor code cleanups for clarity. --- Demos/Device/ClassDriver/CDC/CDC.c | 4 ++-- Demos/Device/Incomplete/Sideshow/Sideshow.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/ClassDriver/CDC/CDC.c b/Demos/Device/ClassDriver/CDC/CDC.c index 5d74cb1a5..8940ae042 100644 --- a/Demos/Device/ClassDriver/CDC/CDC.c +++ b/Demos/Device/ClassDriver/CDC/CDC.c @@ -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)); } } diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.c b/Demos/Device/Incomplete/Sideshow/Sideshow.c index 151d28200..45dfb74bf 100644 --- a/Demos/Device/Incomplete/Sideshow/Sideshow.c +++ b/Demos/Device/Incomplete/Sideshow/Sideshow.c @@ -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. -- cgit v1.2.3