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: BREMS/BREMSConfig.cpp
- Revision:
- 210:f9b722cf8a2c
- Parent:
- 206:5c848ea69028
- Child:
- 216:198ebadc005c
diff -r befed15596a7 -r f9b722cf8a2c BREMS/BREMSConfig.cpp
--- a/BREMS/BREMSConfig.cpp Tue Feb 20 05:54:48 2018 +0000
+++ b/BREMS/BREMSConfig.cpp Sat Apr 28 21:21:22 2018 +0000
@@ -111,6 +111,8 @@
io->pc->printf("%s\n", "Stored config invalid");
BREMS_mode = MODE_CFG;
cmd_defaults(io->pc);
+ BREMS_op = OP_TORQUE;
+ BREMS_src = CMD_SRC_TERMINAL;
io->pc->printf("%s\n", "You should probably at least set throttle and current limits!");
}