aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-13 18:23:35 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-13 18:23:35 +0300
commit1c1f7248588c5f009e33867be8a2c4adf3edf403 (patch)
tree82869dab8acae8aac26b15695034e95f53f9f0c0 /Software/Embedded_SW/Embedded/Modules/Control
parentf4fb0e8f37d59c669db8f9699257215fa676a550 (diff)
parent70ada335b3136cd2d97d277b03b5148efb76fc23 (diff)
downloadTango-1c1f7248588c5f009e33867be8a2c4adf3edf403.tar.gz
Tango-1c1f7248588c5f009e33867be8a2c4adf3edf403.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.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();