diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-14 16:00:27 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-14 16:00:27 +0300 |
| commit | a9a2772e8159f65339d7c7405e988fe10d7589c8 (patch) | |
| tree | c5fd9ecb750c5e53024fe701d74fa47e9dd9a1c7 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 57378fdd2bca0731c6b91bde0cc79ac3b867cd1a (diff) | |
| parent | e2f40aaf5df54c77135cd6a9da61c4994e7b2f9b (diff) | |
| download | Tango-a9a2772e8159f65339d7c7405e988fe10d7589c8.tar.gz Tango-a9a2772e8159f65339d7c7405e988fe10d7589c8.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 |
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) |
