diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-11 09:09:39 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-11 09:09:39 +0000 |
| commit | e5f4e821a51f5b0dd44fe601df8bffcf1b635b8c (patch) | |
| tree | daf57c62f20881434ca23f2972e5ebee8c0eaf15 /Demos/Device/Incomplete/Sideshow | |
| parent | 73299ea0a87c9e08bb98a8187929f8cb78c1d096 (diff) | |
Minor code cleanups for clarity.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@892 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow')
| -rw-r--r-- | Demos/Device/Incomplete/Sideshow/Sideshow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.c b/Demos/Device/Incomplete/Sideshow/Sideshow.c index 151d2820..45dfb74b 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.
|
