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.h
- Revision:
- 34:770a6bbb4d63
- Parent:
- 33:d939479e7b13
- Child:
- 35:63ccdae58da4
--- a/Global.h Wed Mar 01 08:05:52 2017 +0000 +++ b/Global.h Wed Mar 01 14:34:27 2017 +0000 @@ -75,8 +75,8 @@ static const int rotateperrevolutions_onepulse=1; static class Timer timer; - static class DigitalOut led[4]; - static class LocalFileSystem local; + static class DigitalOut led; + //static class LocalFileSystem local; static double getmaxpitch();