aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-24 14:26:47 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-24 14:26:47 +0300
commitc5e790039126cfdb32fe8cf8fd90c39bc8eaf943 (patch)
tree060a84fdec36816511e3cde51dd84c51a0ada263 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parent4afa89a2adbc65d094cc83e9cc76f0889f156b1a (diff)
parent834ed4922e6b6cd8ca948bf4542a562a947bf2b9 (diff)
downloadTango-c5e790039126cfdb32fe8cf8fd90c39bc8eaf943.tar.gz
Tango-c5e790039126cfdb32fe8cf8fd90c39bc8eaf943.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-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