diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-05-24 14:36:21 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-05-24 14:36:21 +0300 |
| commit | 9cf8083c25103e53a4c24c7867c96fbbb8233f86 (patch) | |
| tree | 3afa78e77bc9146b66993f5ae917cc273cfde678 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 524804c73ecf09511d88598e30c3dd89f3a64efe (diff) | |
| parent | c5e790039126cfdb32fe8cf8fd90c39bc8eaf943 (diff) | |
| download | Tango-9cf8083c25103e53a4c24c7867c96fbbb8233f86.tar.gz Tango-9cf8083c25103e53a4c24c7867c96fbbb8233f86.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 | 4 |
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 |
