aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-14 15:41:41 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-14 15:41:41 +0300
commitbc19d2aa2f54c9df31a64500a08f90dd459e90f6 (patch)
treea3731739060e3b8dd72863542c48c5dfa460f932 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parent5326f66bf1b6ebd7519087d7811a55d193e8542f (diff)
downloadTango-bc19d2aa2f54c9df31a64500a08f90dd459e90f6.tar.gz
Tango-bc19d2aa2f54c9df31a64500a08f90dd459e90f6.zip
Version 1.3.10.1 remove keepalive consequences (because KA is diabled during job load
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, 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 4cd56df56..cb1be7fa5 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -562,7 +562,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
temp = Read_Fans_Tacho();
DrawerFansStatus = temp & 0x1F;
SystemFansStatus = temp & 0xE0;
- KeepAliveOneSecondCall();
+ //KeepAliveOneSecondCall();
for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++)
{
if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW)