aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-02 08:26:40 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-02 08:26:40 +0300
commitd113295a432e33e6b7ccbcc948342d7f570d461c (patch)
tree86620e9c44c80a162052636da65a7f105d182daf /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parentbf989bcfa848e20f8bd27aa71acc2fbdee38f57b (diff)
downloadTango-d113295a432e33e6b7ccbcc948342d7f570d461c.tar.gz
Tango-d113295a432e33e6b7ccbcc948342d7f570d461c.zip
Version 1.4.6.36 and procedures
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c2
1 files changed, 1 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 c67619e20..f403eeeab 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -723,7 +723,7 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
if (calculated_speed>(CurrentControlledSpeed[index]+100))
{
- ReportWithPackageFilter(ThreadFilter,"limit acceleration",__FILE__,calculated_speed,CurrentControlledSpeed[index],RpError,CurrentControlledSpeed[index]+100,0);
+ ReportWithPackageFilter(ThreadFilter,"limit acceleration",__FILE__,calculated_speed,CurrentControlledSpeed[index],RpError,index,0);
calculated_speed=CurrentControlledSpeed[index]+100;
}
CurrentControlledSpeed[index] = calculated_speed;