aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2018-05-27 14:29:20 +0300
committerMirta <mirta@twine-s.com>2018-05-27 14:29:20 +0300
commit2b35d18dc0631da5613073923a7a078cb2da5534 (patch)
tree3d80a7113cc7f45ecccea7a7228c26d0a2d098db /Software/Embedded_SW/Embedded/Modules/Thread
parentaae61aa72d939bee03ea6fd8896bef71e9c09b61 (diff)
parent2a3653d4eb3dce191dff82689cbd89aa27e10234 (diff)
downloadTango-2b35d18dc0631da5613073923a7a078cb2da5534.tar.gz
Tango-2b35d18dc0631da5613073923a7a078cb2da5534.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_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;