Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
114:554fa3a956b4
Parent:
84:80b15993944e
Child:
116:8099b754fbb4
--- a/SnSigProcDataTable.h	Tue Nov 24 22:06:47 2015 +0000
+++ b/SnSigProcDataTable.h	Fri Dec 04 02:54:48 2015 +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
+#if (CHIPBOARD==SST4CH) || (CHIPBOARD==SST4CH_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.