aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-24 18:58:17 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-12-24 18:58:17 +0200
commitad969db71a39b4854d744412eb6482c0391a4dd9 (patch)
tree7ece9b0fe114e6a1afd171c3feec054d1ed90617 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent941679fac898ab6c488674f611e157d5094a8c83 (diff)
parent71f7f59a5345c2df5d2fa8c641a88bf1d12bf063 (diff)
downloadTango-ad969db71a39b4854d744412eb6482c0391a4dd9.tar.gz
Tango-ad969db71a39b4854d744412eb6482c0391a4dd9.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_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 8b72c1a30..87ad612ba 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -581,7 +581,7 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
}
index = IfIndex&0xFF;
- if (index == POOLER_MOTOR) //move break sensor handling up to ensure handling even if tiing control is > 1 msec
+ if (index == WINDER_MOTOR) //move break sensor handling up to ensure handling even if tiing control is > 1 msec
{
if (checkBreakSensor(index) == ERROR)
return OK;