aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-05-20 11:52:56 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-05-20 11:52:56 +0300
commite3f974b779ee1d12ccd9325ffd21d7d1b2c874fa (patch)
tree612f649bbc068e6bd4f91234a77ca5672e34ad06 /Software/Embedded_SW/Embedded/Modules/Control
parent4f5f566c04f9ae11fe871e20eaeb4adf43504bb7 (diff)
parent06e18d6ed68f9043561364ae3e62c9045193b692 (diff)
downloadTango-e3f974b779ee1d12ccd9325ffd21d7d1b2c874fa.tar.gz
Tango-e3f974b779ee1d12ccd9325ffd21d7d1b2c874fa.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index fab0831fe..dfd01cef5 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -774,7 +774,9 @@ uint32_t MillisecLowLoop(uint32_t tick)
/*if (WHS_Type == WHS_TYPE_UNKNOWN)
Gas_PPM_Info = Calculate_Gas_Power_Consumption();*/
if (WHS_Type == WHS_TYPE_NEW)
- waste_seq_step1();// include 1Sec delay
+ {
+ waste_seq_step1();// include 1Sec delay <- to open !!!!
+ }
// ReportWithPackageFilter(ThreadFilter,"waste tank calculate level",__FILE__,__LINE__,(int)(GetWHSWasteTankLevelMiliLiter()*1000),RpWarning,(int) msec_millisecondCounter,0);
//Trigger_WHS_MAX11614_Read_allADC();
#ifdef CONTROL_DEBUG