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:
- 187:523cf8c962e4
- Parent:
- 186:c18db1e31da6
- Child:
- 188:43f50a4cc040
--- a/BREMS/BREMSConfig.cpp Fri Feb 09 22:25:44 2018 +0000 +++ b/BREMS/BREMSConfig.cpp Fri Feb 09 23:24:25 2018 +0000 @@ -139,6 +139,7 @@ control->d_ref = 0.0f; control->q_ref = 0.0f; control->torque_percent = 0.0f; + control->enabled = false; io->en->write(1); } \ No newline at end of file