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.
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Diff: Screens/ManualSetpointScreen.cpp
- Revision:
- 26:f57db8d6d79e
- Parent:
- 23:bab197887d5e
- Child:
- 51:7760463a13d1
--- a/Screens/ManualSetpointScreen.cpp Mon Oct 03 11:33:53 2016 +0200 +++ b/Screens/ManualSetpointScreen.cpp Mon Oct 03 12:19:03 2016 +0200 @@ -38,7 +38,7 @@ { if( _btBack.Touched() ) { - //TODO Stop control system if running + *_started = false; *_nextScreen = AUTOMATIC_MORE_SCREEN; }