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:
- 186:c18db1e31da6
- Parent:
- 185:5c102874b490
- Child:
- 191:66861311bdcd
--- a/CommandProcessor/CommandProcessor.cpp Fri Feb 09 22:19:52 2018 +0000
+++ b/CommandProcessor/CommandProcessor.cpp Fri Feb 09 22:25:44 2018 +0000
@@ -9,14 +9,6 @@
#include "defaults.h"
#include "derived.h"
-/*
-#include "config_driving.h"
-#include "config_inverter.h"
-#include "config_logging.h"
-#include "config_loop.h"
-#include "config_motor.h"
-#include "config_table.h"
-*/
void processCmd(Serial *pc, PreferenceWriter *pref, char *buf) {
char *tokens[10];
int len = tokenize(buf, tokens, 10);