From ca03c323d0e213e7ae10e03d57f923ff7588b37f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 4 Nov 2009 20:07:57 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2223 42af7a65-404d-4744-a932-0658087f49c3 --- examples/usbserial/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/usbserial/main.c b/examples/usbserial/main.c index 38f6493f4d..fe08eda791 100644 --- a/examples/usbserial/main.c +++ b/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 */