aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-10-18 13:34:20 +0300
committerAvi Levkovich <avi@twine-s.com>2020-10-18 13:34:20 +0300
commitb334cfc12ab26af544c5365951f134efba48c618 (patch)
treeb4395a196967ae24eb8515d6205072b100ef40a9 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
parent2bf6a430f568add51549886bdb74657d03fcfc52 (diff)
parent2d41e876b4b8b1a4aa49b5f6533eb79f04179905 (diff)
downloadTango-b334cfc12ab26af544c5365951f134efba48c618.tar.gz
Tango-b334cfc12ab26af544c5365951f134efba48c618.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c4
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)
{