aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-10-04 11:34:57 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-10-04 11:34:57 +0300
commit10ec78ea3dee66328ca50cd7bfbc2c6acd52264b (patch)
treec6422f2b73f0a74923a823da5813f37a323c638c /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent613be9fa6348139fd00ab8144885356ba36f5595 (diff)
downloadTango-10ec78ea3dee66328ca50cd7bfbc2c6acd52264b.tar.gz
Tango-10ec78ea3dee66328ca50cd7bfbc2c6acd52264b.zip
Heater state in diagnostics. new error codes.
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 c7d5998c6..77e1939f9 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -401,7 +401,7 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
usnprintf(Message, 60, "Dancer %d limit %d value %d Zero %d",DancerId,DancerStopActivityLimit[index],avreageSampleValue,DancersCfg[DancerId].zeropoint);
//JobAbortedByUser = true;
ThreadControlActive = false;
- JobEndReason = JOB_DANCER_FAIL;
+ JobEndReason = JOB_WINDER_DANCER_FAIL+index;
SendJobProgress(0.0,0,false, Message);
//EndState(CurrentJob,Message );
SegmentReady(Module_Thread,ModuleFail);