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.
Diff: CommandProcessor/CommandProcessor.cpp
- Revision:
- 251:4ba2f238066f
- Parent:
- 247:da647f7185b7
diff -r ef028cbd0749 -r 4ba2f238066f CommandProcessor/CommandProcessor.cpp
--- a/CommandProcessor/CommandProcessor.cpp Tue Nov 13 17:26:58 2018 +0000
+++ b/CommandProcessor/CommandProcessor.cpp Tue Nov 13 17:37:03 2018 +0000
@@ -41,6 +41,7 @@
case 3:
if (strcmp(tokens[0], "set") == 0) cmd_set(pc, tokens[1], tokens[2]);
else pc->printf("%s\n", "Bad command");
+ break;
default:
pc->printf("%s\n", "Bad command");
break;