aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-12-21 12:40:15 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-12-21 12:40:15 +0200
commit60da85ec2924da6f8681170b94f9286d13538672 (patch)
tree81193456ed9bdffa102e48667d1f6a240147462c /Software/Embedded_SW/Embedded/Modules/Thread
parent3f3d743a3f93c17571b681df94d4d9d1848614fa (diff)
downloadTango-60da85ec2924da6f8681170b94f9286d13538672.tar.gz
Tango-60da85ec2924da6f8681170b94f9286d13538672.zip
comments removed, brushstop size from job file
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 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;