aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-08-12 14:06:48 +0300
committerAvi Levkovich <avi@twine-s.com>2020-08-12 14:06:48 +0300
commit31d4e06c66496a6604e4a878a0258874eeee7a9a (patch)
treeeba2b4d9d3458166308fc45ae2ea2c944b192b02 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parente2c527adfc31e1a0f0b9585178a9535159a45593 (diff)
downloadTango-31d4e06c66496a6604e4a878a0258874eeee7a9a.tar.gz
Tango-31d4e06c66496a6604e4a878a0258874eeee7a9a.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 242bdc3ce..327b5d19b 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -804,10 +804,10 @@ uint32_t MillisecLowLoop(uint32_t tick)
}
if (TenMinutes_Tick)
{
- if (WHS_Type == WHS_TYPE_NEW)
+ /*if (WHS_Type == WHS_TYPE_NEW)
{
waste_seq_step1();// include 1Sec delay <- to open !!!!
- }
+ }*/
}
if (OneHourTick)
{
@@ -819,10 +819,10 @@ uint32_t MillisecLowLoop(uint32_t tick)
PumpCounter = 0;
}
MidTankReading();
- /*if (WHS_Type == WHS_TYPE_NEW)
+ if (WHS_Type == WHS_TYPE_NEW)
{
waste_seq_step1();// include 1Sec delay <- to open !!!!
- }*/
+ }
//Trigger_WHS_MAX11614_Read_Gas_Sensor();
}
//ROM_IntMasterEnable();