diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-19 19:09:00 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-19 19:09:00 +0200 |
| commit | f4e0312f008e0ebc0c80a3b070d278de2683cf8f (patch) | |
| tree | 73cfb0d1dd1ac9bb2b8d0e1c0434dd529b104f78 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 0135383d7f263d3c2cc70040d8a908b95341f42d (diff) | |
| download | Tango-f4e0312f008e0ebc0c80a3b070d278de2683cf8f.tar.gz Tango-f4e0312f008e0ebc0c80a3b070d278de2683cf8f.zip | |
thread load corrections
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 1 |
1 files changed, 0 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 e15a27351..aee5fefac 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -75,7 +75,6 @@ void ThreadSegmentEnded(void); void ThreadInterSegmentEnded(void); void ThreadDistanceToSpoolEnded(void); uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue); -void SetOriginMotorSpeed(float process_speed); double KeepNormalizedError = 0; bool ThreadControlActive = false; |
