aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-10 17:12:04 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-10 17:12:04 +0300
commitd65e5f1a23374de2872a73034e430e4a70ee4269 (patch)
treef0edf1f01c120fc5056f3d54ba141a3f9886c263 /Software/Embedded_SW/Embedded/Modules/Thread
parent606db1b64a49a154fa1ba597a455ba96b42aad2b (diff)
parent340dc356703ca409084d29da9e71f472cc15bfe8 (diff)
downloadTango-d65e5f1a23374de2872a73034e430e4a70ee4269.tar.gz
Tango-d65e5f1a23374de2872a73034e430e4a70ee4269.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c3
1 files changed, 1 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 1ae1145fb..0701a2aac 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -181,8 +181,7 @@ uint32_t ThreadLengthCBFunction(uint32_t IfIndex, uint32_t ReadValue)
pooler_counter++;
if (pooler_counter%10 == 0)
{
- SendJobProgress(CurrentProcessedLength/CurrentRequestedLength,CurrentSegmentId,false, "Progress");
- //SendJobProgress(/*KeepNormalizedError*/MotorControlConfig[index].m_calculatedError,CurrentSegmentId,false);
+ SendJobProgress(CurrentProcessedLength/100,CurrentSegmentId,false, "Progress");
}
if (pooler_counter>=100)