aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-21 19:31:48 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-21 19:31:48 +0300
commit0b182261b4389c150341d7a8a278ffff6aa91481 (patch)
tree5ad2bcc2518a8022bf46625bb479d3dbb2c0891a /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent0a1e93f29fa612818a2eb6a05c2e73201134dbf4 (diff)
parent99c3ca5c084ebee576dea0adc64b498133ff6939 (diff)
downloadTango-0b182261b4389c150341d7a8a278ffff6aa91481.tar.gz
Tango-0b182261b4389c150341d7a8a278ffff6aa91481.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.c2
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++)
{