aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-12 18:25:31 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-12 18:25:31 +0300
commitee213ec69a6c9c861f105d0bfa511d39dddab96b (patch)
treeb1a8780d643b7233abb269c8ed63673efb8f8607 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentce0fe045c8dc0f005c4e70da5e71729d0c986165 (diff)
parentabb9a44c342b47a962ae330ed520c0df15028a00 (diff)
downloadTango-ee213ec69a6c9c861f105d0bfa511d39dddab96b.tar.gz
Tango-ee213ec69a6c9c861f105d0bfa511d39dddab96b.zip
merge
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)