aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-26 11:00:03 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-26 11:00:03 +0300
commitc280718d3396dd8ebe6fc48e2a700eeaa206de5e (patch)
treee27becbc1fcf3fd3ba21c0e319268add6337c66d /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent31238931d777301596aa50dd8ac5632ca887c689 (diff)
downloadTango-c280718d3396dd8ebe6fc48e2a700eeaa206de5e.tar.gz
Tango-c280718d3396dd8ebe6fc48e2a700eeaa206de5e.zip
uart order and improvements. thread winder log for prepare error. break sensor active!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index 30badab9a..d19b447d9 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -359,9 +359,9 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
if (ReadBreakSensor()==ERROR)
{
- LOG_ERROR(index, "ReadBreakSensor Error");
+ //LOG_ERROR(index, "ReadBreakSensor Error");
//SendJobProgress(0.0,0,false, "ReadBreakSensor Error");
- //EndState(CurrentJob,"ReadBreakSensor Error" );
+ EndState(CurrentJob,"ReadBreakSensor Error" );
}
}
}