Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
67:ec999336fcd1
Parent:
66:685f9d0a48ae
Child:
76:f8383f0292c2
--- a/SnSDUtils.cpp	Tue Dec 02 21:55:27 2014 +0000
+++ b/SnSDUtils.cpp	Tue Feb 03 00:04:30 2015 +0000
@@ -314,7 +314,7 @@
             printf("opening SD file. name=[%s]\r\n",name);
 #endif
             f = OpenSDFile(name, "rb", redoDir);
-            /*
+            /* CJR: Jan 2015 -- why was this commented out?
             if (setcurrent) {
                 fgCurFile = f;
                 strncpy(fgCurFileName, name, kFNBufSize-1);