aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-05-24 18:07:02 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-05-24 18:07:02 +0300
commit296f2c7ca8d4e64d4c7ed3f0830861010f546a71 (patch)
treea2613c7cbc31ee0701683c607c30649fec1e17b8 /Software/Embedded_SW/Embedded/Modules/Thread
parent138fe61879c98c0fe2fbc15f69d4cfd9b7dc66cb (diff)
downloadTango-296f2c7ca8d4e64d4c7ed3f0830861010f546a71.tar.gz
Tango-296f2c7ca8d4e64d4c7ed3f0830861010f546a71.zip
Alarm Handling module introduced (Task, Init, Loop functions)
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;