flash based config testing

Dependencies:   mbed

Revision:
2:cfc39b0843ae
Parent:
1:df6bbacb7bb9
Child:
3:82c00c8e2cb4
diff -r df6bbacb7bb9 -r cfc39b0843ae CommandProcessor/CommandProcessor.h
--- a/CommandProcessor/CommandProcessor.h	Thu Mar 02 07:04:47 2017 +0000
+++ b/CommandProcessor/CommandProcessor.h	Thu Mar 02 07:36:56 2017 +0000
@@ -13,6 +13,8 @@
 void cmd_defaults(Serial *pc);
 void cmd_reload(Serial *pc, PreferenceWriter *pref);
 void cmd_flush(Serial *pc, PreferenceWriter *pref);
+void cmd_cfg(Serial *pc);
+void cmd_exit(Serial *pc);
 
 int tokenize(char *buf, char **out, int max);