diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-20 08:40:14 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-20 08:40:14 +0200 |
| commit | 631fd1917ab3809b4b8d7e0066c49572f76688da (patch) | |
| tree | e639a219a21f094068fc394dcd2e7892b3395fac /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 50433ea885a3ebdc6a55f733c9083b6e07c2cb3e (diff) | |
| download | Tango-631fd1917ab3809b4b8d7e0066c49572f76688da.tar.gz Tango-631fd1917ab3809b4b8d7e0066c49572f76688da.zip | |
comment removed
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 4 |
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; |
