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/ManualControlScreen.cpp
- Revision:
- 53:15027ce49702
- Parent:
- 49:a907d4f447a9
- Child:
- 62:58e846621435
--- a/Screens/ManualControlScreen.cpp Tue Oct 18 02:27:25 2016 +0200 +++ b/Screens/ManualControlScreen.cpp Tue Oct 18 02:34:48 2016 +0200 @@ -10,6 +10,8 @@ _nextScreen = nextScreen; _alpha = alpha; _beta = beta; + *_alpha = 0; + *_beta = 0; } void ManualControlScreen::Draw()