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:
- 7:6f7bd18ce796
- Parent:
- 6:0d9fa7152934
- Child:
- 8:ca92cb674004
diff -r 0d9fa7152934 -r 6f7bd18ce796 Global.cpp --- a/Global.cpp Sat Oct 10 20:16:31 2015 +0000 +++ b/Global.cpp Sat Oct 10 22:53:05 2015 +0000 @@ -55,7 +55,7 @@ return; } //1行目 - fscanf( fp, "%f,%f,%f,%f,%f,%f",&a, &b, &c, &d, &e, &f); + fscanf(fp, "%f,%f,%f,%f,%f,%f",&a, &b, &c, &d, &e, &f); setneutralpitch(a); setmaxpitch(b); setminpitch(c);