diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-12-30 18:11:26 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-12-30 18:11:26 +0200 |
| commit | 71e6a3ec2197eba8b5e1b295914653426064f745 (patch) | |
| tree | c97ef7e44c7c41a5d31e48120bc5e5770b35ac48 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 325242bcd9ccbc97bb14b4ca91d01fc7bd999739 (diff) | |
| parent | e00d02878767964604cd02fb98c58be6bc3a02af (diff) | |
| download | Tango-71e6a3ec2197eba8b5e1b295914653426064f745.tar.gz Tango-71e6a3ec2197eba8b5e1b295914653426064f745.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.c | 2 |
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 87ad612ba..8b72c1a30 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 == WINDER_MOTOR) //move break sensor handling up to ensure handling even if tiing control is > 1 msec + if (index == POOLER_MOTOR) //move break sensor handling up to ensure handling even if tiing control is > 1 msec { if (checkBreakSensor(index) == ERROR) return OK; |
