Bayley Wang / Mbed 2 deprecated foc-ed_in_the_bot_compact

Dependencies:   FastPWM3 mbed

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;