aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-08-06 22:57:02 +0300
committerAvi Levkovich <avi@twine-s.com>2020-08-06 22:57:02 +0300
commitdee2e581483090ea0122a59be22805a53c5a8c30 (patch)
treea23ca84ed8e223859d26fa11bae747ba28e7d1e4 /Software/Embedded_SW/Embedded/Modules/Thread
parent6b63862ace6ab448b6a814c42af7389f618ce64c (diff)
parent6af95ce0e0e9083a2e2dd2fd114778e68e8f1e16 (diff)
downloadTango-dee2e581483090ea0122a59be22805a53c5a8c30.tar.gz
Tango-dee2e581483090ea0122a59be22805a53c5a8c30.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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 ef80d3603..9c29cf14d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -900,7 +900,7 @@ uint32_t Adjust_Right_TFU_Tension(double tension)
}
uint32_t ThreadPrepare_TensionCallback (int MotorId, double tension)
{
- MotorStop(MotorId,Hard_Hiz);
+ //MotorStop(MotorId,Hard_Hiz);
if (PrepareWaitCount)
{
ReportWithPackageFilter(ThreadFilter,"ThreadPrepare_TensionCallback",__FILE__,__LINE__,MotorId,RpWarning,PrepareWaitCount,0);