From 11444754b1f1e57a6d77cf25d20b3ee42b9b2b09 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Mar 2013 12:39:21 +0000 Subject: [PATCH] Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from Rommel Marcelo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5792 42af7a65-404d-4744-a932-0658087f49c3 --- system/ramtest/ramtest.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system/ramtest/ramtest.c b/system/ramtest/ramtest.c index 120b1732c..378a9a333 100644 --- a/system/ramtest/ramtest.c +++ b/system/ramtest/ramtest.c @@ -85,11 +85,11 @@ static void show_usage(FAR const char *progname, int exitcode) { printf("\nUsage: %s [-w|h|b] \n", progname); printf("\nWhere:\n"); - printf(" starting address of the test."); - printf(" number of memory locations."); - printf(" -w Sets the width of a memory location to 32-bits."); - printf(" -h Sets the width of a memory location to 16-bits (default)."); - printf(" -b Sets the width of a memory location to 8-bits."); + printf(" starting address of the test.\n"); + printf(" number of memory locations.\n"); + printf(" -w Sets the width of a memory location to 32-bits.\n"); + printf(" -h Sets the width of a memory location to 16-bits (default).\n"); + printf(" -b Sets the width of a memory location to 8-bits.\n"); exit(exitcode); }