diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 08:04:10 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 08:04:10 +0000 |
commit | 9d506553aa750264ff6045ff9180397993cb37c0 (patch) | |
tree | c549164f53a57623d05bd0d3cbcf3170e99b0448 /Demos/Host/ClassDriver/CDCHost/CDCHost.txt | |
parent | e0420015df848f18d5eb1672da4ccac578d454cf (diff) | |
download | lufa-9d506553aa750264ff6045ff9180397993cb37c0.tar.gz lufa-9d506553aa750264ff6045ff9180397993cb37c0.tar.bz2 lufa-9d506553aa750264ff6045ff9180397993cb37c0.zip |
Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long.
Diffstat (limited to 'Demos/Host/ClassDriver/CDCHost/CDCHost.txt')
-rw-r--r-- | Demos/Host/ClassDriver/CDCHost/CDCHost.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/CDCHost/CDCHost.txt b/Demos/Host/ClassDriver/CDCHost/CDCHost.txt index 4fac1d03d..0db804c25 100644 --- a/Demos/Host/ClassDriver/CDCHost/CDCHost.txt +++ b/Demos/Host/ClassDriver/CDCHost/CDCHost.txt @@ -40,7 +40,7 @@ *
* This demo prints out received CDC data through the serial port.
*
- * Not that this demo is only compatible with devices which report the correct CDC
+ * Note that this demo is only compatible with devices which report the correct CDC
* and ACM class, subclass and protocol values. Most USB-Serial cables have vendor
* specific features, thus use vendor-specific class/subclass/protocol codes to force
* the user to use specialized drivers. This demo is not compatible with such devices.
|