summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 20:07:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 20:07:57 +0000
commit41e6bdb4da6db4a929406e1af9619a2f313ff6ce (patch)
tree834f6a91f30cc4d55caffe000d7c0df224bfeaa8
parentd5833e27aa4c1386f33c1d623e6b77a94ee11183 (diff)
downloadnuttx-41e6bdb4da6db4a929406e1af9619a2f313ff6ce.tar.gz
nuttx-41e6bdb4da6db4a929406e1af9619a2f313ff6ce.tar.bz2
nuttx-41e6bdb4da6db4a929406e1af9619a2f313ff6ce.zip
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2223 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/usbserial/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/usbserial/main.c b/nuttx/examples/usbserial/main.c
index 38f6493f4..fe08eda79 100644
--- a/nuttx/examples/usbserial/main.c
+++ b/nuttx/examples/usbserial/main.c
@@ -365,7 +365,7 @@ int user_start(int argc, char *argv[])
close(outfd);
return 4;
}
- message("user_start:%d bytes sent\n", nbytes);
+ message("user_start: %d bytes sent\n", nbytes);
#endif /* CONFIG_EXAMPLES_USBSERIAL_OUTONLY */
/* Test OUT (host-to-device) messages */