Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 12:2628c81f651b, committed 2014-09-04
- 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"); } };