Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
19:74155d652c37
Parent:
18:55f1581f2ee4
Child:
21:ce51bb0ba4a5
--- a/SnConfigFrame.h	Sat Sep 29 04:54:15 2012 +0000
+++ b/SnConfigFrame.h	Tue Oct 02 01:58:50 2012 +0000
@@ -136,6 +136,8 @@
             maxsize = kMaxSizeOfV1;
         } else if (rv==2) {
             maxsize = kMaxSizeOfV2;
+        } else if (rv==3) {
+            maxsize = kMaxSizeOfV3;   
         }
         uint32_t sz = maxsize - kConfLblLen + lblLen;
         static const uint32_t mhlp = 2u*kNplas*sizeof(uint16_t);
@@ -433,7 +435,6 @@
         // intentionally not writing mac address here, so we don't have to read it in
         
         const uint32_t llen = strlen(fLabel);
-        
         b           = SnBitUtils::WriteTo(b, kIOVers); // i/o version
         b           = SnBitUtils::WriteTo(b, llen);
         b           = SnBitUtils::WriteTo(b, fLabel, llen);