aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-06-14 10:10:29 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-06-14 10:10:29 +0300
commitc51f428b3b4944251cd34472731f1e1368ff9ccf (patch)
tree3198273f0fec6b55914b2e1172c681f7cba5b336 /Software/Embedded_SW/Embedded/Modules/Control
parent5bf34bdff780c20a60a1999ca5db89fdf23bdbf4 (diff)
parent1b5906087017b5092dd51cc1a639a95e7f41701d (diff)
downloadTango-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.c2
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();