Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
100:3a27edf9ce16
Parent:
98:ce72ef143b9b
Child:
114:554fa3a956b4
--- a/main.cpp	Tue Nov 17 06:28:50 2015 +0000
+++ b/main.cpp	Tue Nov 17 23:33:38 2015 +0000
@@ -1062,7 +1062,7 @@
             const double ttms = gThmTrgTimer.read_us() / 1e3; // for rate calculation
             const double atms = gAllTrgTimer.read_us() / 1e3; // for throttle
 //            if (gEvent.IsForcedTrg()==false) {
-            if (gForcedTrig) {
+            if (gForcedTrig==false) {
                 // don't reset if not a thermal trigger
                 gThmTrgTimer.reset(); gThmTrgTimer.start();
             }