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: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 102:0f430de62447
- Parent:
- 101:c24f70abb124
--- a/System/StaticDefs.cpp Fri Jun 28 15:07:41 2019 +0000
+++ b/System/StaticDefs.cpp Fri Sep 13 16:51:48 2019 +0000
@@ -69,7 +69,7 @@
return sensors;
}
-OuterLoop & depthLoop() {
+OuterLoop & depthLoop() {
static OuterLoop depthLoop(0.1, 0); // interval, sensor type
return depthLoop;
}
@@ -94,7 +94,7 @@
return stateMachine;
}
-ConfigFileIO & configFileIO() {
+ConfigFileIO & configFileIO() {
static ConfigFileIO configFileIO;
return configFileIO;
}