diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-06-11 15:06:31 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-06-11 15:06:31 +0300 |
| commit | e5bd4aae30455510bdcdb492a34794c0747d7900 (patch) | |
| tree | 7ba16d722cadb24428864545ca3f25552c2a0642 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 4511fe25ffa1e4811ae822318c9a17109d5467e9 (diff) | |
| download | Tango-e5bd4aae30455510bdcdb492a34794c0747d7900.tar.gz Tango-e5bd4aae30455510bdcdb492a34794c0747d7900.zip | |
Version 1.4.6.31: init failures - stop init until new version loaded / FSE arrives. read / write main CPU data (embedded parameters); VOC read to diagnostics;
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(); |
