aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-25 20:55:14 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-10-25 20:55:14 +0200
commit15e71b16609ce5f31b9c2345e4570e5f847b74e7 (patch)
tree789ee7a9e6a04e30e7037dd48163b13b0f895cef /Software/Embedded_SW/Embedded/Modules/Control
parent7c28d90c42bdb0bb91bcbd862b7c860c22cf3f7d (diff)
downloadTango-15e71b16609ce5f31b9c2345e4570e5f847b74e7.tar.gz
Tango-15e71b16609ce5f31b9c2345e4570e5f847b74e7.zip
main CPU==>PPC keep alive
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index d668657b5..6ce453538 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -780,7 +780,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
//char Lenstr[160];
//static int Counter = 0;
//MachineUpdateResponseFunc();
- //KeepAliveOneSecondCall();
+ KeepAliveOneSecondCall();
//TemperatureListString(Lenstr);
//ReportWithPackageFilter(ThreadFilter,Lenstr,__FILE__,__LINE__,(int)Counter++,RpWarning,(int) msec_millisecondCounter,0);
for (Sensor_i = StartPT100;Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID;Sensor_i++)