diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-17 23:33:09 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-17 23:33:09 +0300 |
| commit | b8ff21ed2013c5c2bea14d735786480d63fb0d67 (patch) | |
| tree | 0c552369f89162857b2382fe081a2a8b637bf72a /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | c68676b48d75a2f574309e8c070ed87821278e42 (diff) | |
| download | Tango-b8ff21ed2013c5c2bea14d735786480d63fb0d67.tar.gz Tango-b8ff21ed2013c5c2bea14d735786480d63fb0d67.zip | |
add relevant blowers to temperature string. send again temperatures atring on prepare ready
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, 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 25f322b2e..88241ecb1 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -167,7 +167,7 @@ void ThreadUpdateProcessLength (double length, void *Funcptr) CurrentProcessedLength = 0; ProcessedLengthFuncPtr = (ProcessedLengthFunc)Funcptr; } -char Lenstr[160]; +char Lenstr[190]; uint32_t ThreadLengthCBFunction(uint32_t IfIndex, uint32_t ReadValue) { uint32_t positionDiff = 0,prevprev; @@ -1306,7 +1306,7 @@ uint32_t ThreadPrepareState(void *JobDetails) if (PrepareWaitCount == 0) PrepareReady(Module_Thread,ModuleDone); //set 3 dancers to the profile positions - return OK; + return status; } uint32_t UpdatePidDuringRun(HardwarePidControl *request) { |
