Flying Sea Glider / Mbed 2 deprecated 2019_13sep_jcw_nosd

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
34:9b66c5188051
Parent:
32:f2f8ae34aadc
diff -r f2f8ae34aadc -r 9b66c5188051 System/StaticDefs.hpp
--- a/System/StaticDefs.hpp	Wed Dec 20 13:52:50 2017 +0000
+++ b/System/StaticDefs.hpp	Wed Dec 20 20:24:15 2017 +0000
@@ -14,6 +14,7 @@
 #include "ConfigFileIO.hpp"
 #include "SequenceController.hpp"
 #include "MbedLogger.hpp"
+#include "OpenLog.hpp"
 
 //Declare static global variables using 'construct on use' idiom to ensure they are always constructed correctly
 // and avoid "static initialization order fiasco".
@@ -41,6 +42,8 @@
 
 MbedLogger                  &   mbedLogger();
 
+OpenLog                     &   openLog();
+
 ConfigFileIO                &   configFileIO();
 
 SequenceController          &   sequenceController();