aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-10-15 17:03:07 +0300
committerAvi Levkovich <avi@twine-s.com>2020-10-15 17:03:07 +0300
commit6a3361f3a9e08b63b39589add64f5802932022f3 (patch)
tree0aba35bec3a96949c8070868b8da92678835f1a0 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parent449c7faf0b98369994736862e16b086e680c4d2e (diff)
downloadTango-6a3361f3a9e08b63b39589add64f5802932022f3.tar.gz
Tango-6a3361f3a9e08b63b39589add64f5802932022f3.zip
Support main JIG tester (use the define RUN_AS_MAIN_JIG) + update the default of GateCfg for powerstep01
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-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 f1d2005fb..6b4f4ac59 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -812,11 +812,13 @@ uint32_t MillisecLowLoop(uint32_t tick)
}
if (Tensecond_Tick)
{
+ #ifndef RUN_AS_MAIN_JIG
//Trigger_MidTank_Pressure_Read();
for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++)
{
Read_MidTank_Pressure_Sensor(Disp_i);
}
+ #endif
}
if (OneMinute_Tick)
{