diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-15 15:15:42 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-15 15:15:42 +0300 |
| commit | 3bbcc0ab6188e8554a101acffc8c09c267353a22 (patch) | |
| tree | 337d516dccab1c6b86bb828b1b966ba7e13cae6f /Software/Embedded_SW/Embedded/Modules/Thread | |
| parent | 458ba46f64da0b4f555a592371ae98ad4cbf40e2 (diff) | |
| download | Tango-3bbcc0ab6188e8554a101acffc8c09c267353a22.tar.gz Tango-3bbcc0ab6188e8554a101acffc8c09c267353a22.zip | |
improved IDS, bug in length
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
| -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 a88ce61a5..9e77f2de8 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -288,7 +288,6 @@ uint32_t PoolerThreadLengthCBFunction(uint32_t IfIndex, uint32_t ReadValue) //} - length = (double)(positionDiff)*PoolerLengthCalculationMultiplier; PoolerTotalProcessedLength+= (length/100); TempPoolerTotalProcessedLength = PoolerTotalProcessedLength; #ifndef FEEDER_LENGTH_CALCULATION |
