Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
103:0ea896a0953a
Parent:
84:80b15993944e
Child:
122:c1b5023eac69
--- a/SnSDUtils.h	Tue Nov 17 23:41:07 2015 +0000
+++ b/SnSDUtils.h	Sun Nov 22 04:28:56 2015 +0000
@@ -38,6 +38,9 @@
     bool  InitSDCard(const bool force=false);
     
     static
+    void  SetSDCardInitTo(const bool ok) { fgInitOk = ok; }
+    
+    static
     FILE* OpenSDFile(const char* name, const char* mode, const bool redoDir);
     
     static