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: lin_step_mtr.cpp
- Revision:
- 2:6c324fded7c1
- Parent:
- 1:757a52db1604
- Child:
- 3:2138b69ee3bd
--- a/lin_step_mtr.cpp Mon Apr 20 02:52:30 2020 +0000
+++ b/lin_step_mtr.cpp Mon Apr 20 02:54:17 2020 +0000
@@ -69,11 +69,11 @@
}
void LinStepMtr::start() {
- mtr_stp = false;
+ stop_mtr = false;
}
void LinStepMtr::stop() {
- mtr_stop = true;
+ stop_mtr = true;
}
void LinStepMtr::rotate_help(void const *args)