From 9d506553aa750264ff6045ff9180397993cb37c0 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 21 Jun 2009 08:04:10 +0000 Subject: 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. --- Demos/Host/ClassDriver/CDCHost/CDCHost.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/ClassDriver/CDCHost') 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. -- cgit v1.2.3