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: Global.cpp
- Revision:
- 39:0d71fbd9f821
- Parent:
- 36:ad6b2b81bb89
- Child:
- 40:fa6c39f853f1
--- a/Global.cpp Tue Mar 21 05:50:52 2017 +0000 +++ b/Global.cpp Wed Mar 22 07:03:00 2017 +0000 @@ -84,8 +84,7 @@ /************************************************************/ - vector<double> param(17); - param = memory.readdouble(0x0,17); + vector<double> param = memory.readdouble(0x0,17); setneutralpitch(param[0]); setmaxpitch(param[1]);