aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-05-19 17:37:44 +0300
committerAvi Levkovich <avi@twine-s.com>2020-05-19 17:37:44 +0300
commitc1dd18f84ebcc45a738a9d6eba72de608ae6cbc5 (patch)
treed5dd71b77f9f8e0dea5623ea20fdd11275031637 /Software/Embedded_SW/Embedded/Modules/Control
parent7e8a9cd6d70fb8b2f7334d6fcb2486dc21c81382 (diff)
downloadTango-c1dd18f84ebcc45a738a9d6eba72de608ae6cbc5.tar.gz
Tango-c1dd18f84ebcc45a738a9d6eba72de608ae6cbc5.zip
update waste
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