Flying Sea Glider / Mbed 2 deprecated 2019_13sep_jcw_nosd

Dependencies:   mbed MODSERIAL FATFileSystem

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;
 }