aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-19 10:59:09 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-19 10:59:09 +0200
commitd18cf51e1cc71c60ae08ab687613f24ada99599d (patch)
tree62e16cead37f3fe6c7305a96e470ce1d17873573 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent666567691d90e6b44e093f6a1c2c397d0c92780f (diff)
downloadTango-d18cf51e1cc71c60ae08ab687613f24ada99599d.tar.gz
Tango-d18cf51e1cc71c60ae08ab687613f24ada99599d.zip
Version 1.1.4.3: Cart goes to the edge at job end to enable spool change
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 ea86c2892..5390ed0a7 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -775,7 +775,7 @@ char Endstr[150];
PoolerSpeedControlId = 0xFF;
}
- for ( Motor_i = 0;Motor_i < MAX_THREAD_MOTORS_NUM;Motor_i++)
+ for ( Motor_i = 0;Motor_i <= WINDER_MOTOR;Motor_i++)
{
if (ControlIdtoMotorId[Motor_i] != 0xFF)
{