Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
40:1324da35afd4
Parent:
38:9070c17536cd
Child:
42:ac162d15e578
--- a/SnEventFrame.cpp	Tue Jul 30 02:03:21 2013 +0000
+++ b/SnEventFrame.cpp	Sat Oct 05 04:45:22 2013 +0000
@@ -80,12 +80,6 @@
     // CRC made using union on a little endian (mbed) processor
     fCRC = 0u;
     SnCRCUtils::GetCRC32for(fData, kTotSamps);
-    /*
-    const uint16_t* dev = fData;
-    for (uint16_t i=0; i<kTotSamps; ++i, ++dev) {
-        fCRC = update_crc32_xfer_short(fCRC, *dev);
-    }
-    */
 }
 
 bool SnEventFrame::ReadFromFileToBuf(FILE* f,