P542-Labs / Mbed 2 deprecated Lab1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
uswickra
Date:
Thu Sep 04 08:12:05 2014 +0000
Parent:
11:4eeb2271143a
Commit message:
fix help msg

Changed in this revision

Command.h Show annotated file Show diff for this revision Revisions of this file
--- a/Command.h	Thu Sep 04 08:11:31 2014 +0000
+++ b/Command.h	Thu Sep 04 08:12:05 2014 +0000
@@ -94,6 +94,6 @@
         newline();
         pc.puts("LOF <led_num>   :  Turn off led indicated by <led_num>");
         newline();
-        pc.puts("q   :  Exit program");
+        pc.puts("q               :  Exit program");
     }
 };