diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-14 10:10:29 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-14 10:10:29 +0300 |
| commit | c51f428b3b4944251cd34472731f1e1368ff9ccf (patch) | |
| tree | 3198273f0fec6b55914b2e1172c681f7cba5b336 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 5bf34bdff780c20a60a1999ca5db89fdf23bdbf4 (diff) | |
| parent | 1b5906087017b5092dd51cc1a639a95e7f41701d (diff) | |
| download | Tango-c51f428b3b4944251cd34472731f1e1368ff9ccf.tar.gz Tango-c51f428b3b4944251cd34472731f1e1368ff9ccf.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index a6380c188..c61f9e719 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -789,6 +789,7 @@ uint32_t MillisecLowLoop(uint32_t tick) Gas_PPM_Info = Calculate_Gas_Power_Consumption();*/ // ReportWithPackageFilter(ThreadFilter,"waste tank calculate level",__FILE__,__LINE__,(int)(GetWHSWasteTankLevelMiliLiter()*1000),RpWarning,(int) msec_millisecondCounter,0); //Trigger_WHS_MAX11614_Read_allADC(); + Trigger_WHS_MAX11614_Read_Gas_Sensor(); #ifdef CONTROL_DEBUG ResetControlTime(); #endif @@ -807,6 +808,7 @@ uint32_t MillisecLowLoop(uint32_t tick) { waste_seq_step1();// include 1Sec delay <- to open !!!! } + //Trigger_WHS_MAX11614_Read_Gas_Sensor(); } //ROM_IntMasterEnable(); |
