aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-12-05 13:26:20 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-12-05 13:26:20 +0200
commit9bd5c9c4af9dc29e637368f52b816ea2d812aeb6 (patch)
treea5d139de26c7df27c22d7487c112e85cf621b3ba /Software/Embedded_SW/Embedded/Modules/Thread
parent027afa7e01a5fd7d07102d96436bb4caed95e3ce (diff)
parent99ce3aa122c0d8f4703e0d5c43776f2658ac5392 (diff)
downloadTango-9bd5c9c4af9dc29e637368f52b816ea2d812aeb6.tar.gz
Tango-9bd5c9c4af9dc29e637368f52b816ea2d812aeb6.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-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 d925a4b4d..dc9cfcd6d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -770,7 +770,7 @@ char Endstr[150];
if (SpeedControlId != 0xFF)
{
if(RemoveControlCallback(SpeedControlId,ThreadLengthCBFunction)!=OK)
- LOG_ERROR(Motor_i,"RemoveControl Failed");
+ LOG_ERROR(SpeedControlId,"RemoveControl Failed");
SpeedControlId = 0xFF;
}
if (PoolerSpeedControlId != 0xFF)