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 11:33:54 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-14 11:33:54 +0300
commitd31ad49fdc654352322da85da921e6e0423d98bd (patch)
tree265b114ec0edcca845cbf6394dacb3e44fa5936f /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentd7530fe9e5c7e95c59966fd548200cb1e80ff07b (diff)
downloadTango-d31ad49fdc654352322da85da921e6e0423d98bd.tar.gz
Tango-d31ad49fdc654352322da85da921e6e0423d98bd.zip
Version 1.3.10.1 Support for lubricant valve in tech board. double reporting bug, winding - small change. keepalive failure restarts usb driver. some traces.
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 cb1be7fa5..4cd56df56 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)