diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-02 11:18:08 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-02 11:18:08 +0300 |
| commit | f8cd5085cc7fcd85e694d026dfd656ff54ab91d3 (patch) | |
| tree | 56cd193d01d8e82ab13d04c11fc21fd64ac97313 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 065937afe2a270ee9f9d54b6a0b0b8f74bd5d067 (diff) | |
| download | Tango-f8cd5085cc7fcd85e694d026dfd656ff54ab91d3.tar.gz Tango-f8cd5085cc7fcd85e694d026dfd656ff54ab91d3.zip | |
job progress and winder logs
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 a4208ad25..c292f7dcd 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -842,8 +842,8 @@ char Endstr[150]; Report(Endstr,__FILE__,__LINE__,(int)TotalProcessedLength,RpWarning,(int)PoolerTotalProcessedLength,0); ThreadUpdateProcessLength (0.0,(void *)NULL); - TotalProcessedLength = 0.0; - SetOriginMotorSpeed(0); + //TotalProcessedLength = 0.0; + SetOriginMotorSpeed(0); #ifdef HUNDRED_MICROSECONDS_DANCER_READ MillisecLogClose(); #endif |
