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
Diff: Command.h
- Revision:
- 12:2628c81f651b
- Parent:
- 11:4eeb2271143a
--- 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"); } };