diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-06-21 17:31:57 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-06-21 17:31:57 +0300 |
| commit | b361b1ca7d7bf63b3bc1496cb3351d6332ea25d3 (patch) | |
| tree | c57df334e98f9f3fa44a2f41b756729aac802f9f /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | ff480b1273e4be73c16479af289cf5c94eed662c (diff) | |
| parent | 49d033e9abb82d2d2853f4e1ddacb37abedd9fda (diff) | |
| download | Tango-b361b1ca7d7bf63b3bc1496cb3351d6332ea25d3.tar.gz Tango-b361b1ca7d7bf63b3bc1496cb3351d6332ea25d3.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c index 444a9fb5d..f5462e398 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -544,7 +544,7 @@ uint32_t ThreadSegmentState(void *JobDetails, int SegmentId) if (SpeedControlId != 0xFF) { RemoveControlCallback(SpeedControlId,ThreadLengthCBFunction); - SpeedControlId == 0xFF; + SpeedControlId = 0xFF; } for ( Motor_i = 0;Motor_i < MAX_THREAD_MOTORS_NUM;Motor_i++) { |
