aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:39 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:39 +0300
commit157e0685abb2e7b22b6584cdc7d6f5838ed0a808 (patch)
treea6fecc47fb9e150b3313460538921f8f2f033f4e /Software/Embedded_SW/Embedded/Modules/Thread
parent3b9b17a00716128ed9f68728c31714f753b8e9ea (diff)
parent296f2c7ca8d4e64d4c7ed3f0830861010f546a71 (diff)
downloadTango-157e0685abb2e7b22b6584cdc7d6f5838ed0a808.tar.gz
Tango-157e0685abb2e7b22b6584cdc7d6f5838ed0a808.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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index 67f2227d2..c036f4913 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -310,6 +310,7 @@ bool InitialProcess = false;
#endif
}
Winder_Prepare();
+ PrepareReady(Module_Thread,ModuleDone);
//set 3 dancers to the profile positions
InitialProcess = true;
return OK;