diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-08-10 13:15:41 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-08-10 13:15:41 +0300 |
| commit | d8e1c9e14d02cb3f1758f6ecf09fbb5b466106cb (patch) | |
| tree | 95a4da247457e259651cb35e9afc85e7ecc58ccd /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 742ccb5e5cd9c9c9921c788b8a223388b21535f1 (diff) | |
| parent | 58fa53192dbeca600584a522abab1d6cabbb9f91 (diff) | |
| download | Tango-d8e1c9e14d02cb3f1758f6ecf09fbb5b466106cb.tar.gz Tango-d8e1c9e14d02cb3f1758f6ecf09fbb5b466106cb.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.c | 8 |
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(); |
