aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-12-20 09:13:03 +0200
committerAvi Levkovich <avi@twine-s.com>2020-12-20 09:13:03 +0200
commit39364cc5d70f8ea4b6527eaee8fbb09eaa66a468 (patch)
treee115494d27d56dc8b4484adac6e20ca12fa296dd /Software/Embedded_SW/Embedded/Modules/Thread
parente6ed8903c323722e9c1529273a09aa148bc13112 (diff)
parent631fd1917ab3809b4b8d7e0066c49572f76688da (diff)
downloadTango-39364cc5d70f8ea4b6527eaee8fbb09eaa66a468.tar.gz
Tango-39364cc5d70f8ea4b6527eaee8fbb09eaa66a468.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index 4ced1e5fe..8b72c1a30 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -714,10 +714,6 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
NormalizedError = (-1*NormalizedError);
}
-/*#ifdef BTSR_ROTATED_WINDER_TFU
- if (index == WINDER_MOTOR)
- TranslatedReadValue = (-1*TranslatedReadValue);
-#endif*/
MotorControlConfig[index].m_mesuredParam = NormalizedError;
DancerError[DancerId] = NormalizedError;