aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-10 12:30:50 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-10 12:30:50 +0300
commit71b6596e53b93e9c55195b3edcf2d35e80bb7242 (patch)
treeb9de7190e8641260c453118afde2c713c38af89c /Software/Embedded_SW/Embedded/Modules/Control
parent41f960a47a79f13a2a741f30cfa9441ad2392872 (diff)
downloadTango-71b6596e53b93e9c55195b3edcf2d35e80bb7242.tar.gz
Tango-71b6596e53b93e9c55195b3edcf2d35e80bb7242.zip
fix TFU tension handling. small fix in waste handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-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();