Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
119:b3d7699d0eb0
Parent:
116:8099b754fbb4
--- a/SnSigProcDataTable.h	Mon Oct 24 19:10:43 2016 +0000
+++ b/SnSigProcDataTable.h	Thu Sep 21 17:53:35 2017 +0000
@@ -14,7 +14,7 @@
 
 // save RAM by not implementing data tables that won't be used
 // (altho I guess they will be optimized away in any case)
-#if (CHIPBOARD==SST4CH) || (CHIPBOARD==SST4CH_1GHz)
+#if (CHIPBOARD==SST4CH) || (CHIPBOARD==SST4CH_1GHz) || (CHIPBOARD==SST8CH) || (CHIPBOARD==SST8CH_1GHz)
 // hard code the number here because these tables are only valid for this value.
 // use kNsamps when instantiating it, though, so a compiler error will happen
 // if there's no data table for that number of samples.