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/ZeroPlateScreen.cpp
- Revision:
- 51:7760463a13d1
- Parent:
- 39:7bb23ad4bf87
--- a/Screens/ZeroPlateScreen.cpp Tue Oct 18 02:11:07 2016 +0200 +++ b/Screens/ZeroPlateScreen.cpp Tue Oct 18 02:23:43 2016 +0200 @@ -14,6 +14,8 @@ _zeroAlpha = zeroAlpha; _zeroBeta = zeroBeta; _saved = saved; + *_zeroAlpha = 0; + *_zeroBeta = 0; } void ZeroPlateScreen::Draw()