From 296f2c7ca8d4e64d4c7ed3f0830861010f546a71 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 24 May 2018 18:07:02 +0300 Subject: Alarm Handling module introduced (Task, Init, Loop functions) --- Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Embedded_SW/Embedded/Modules/Thread') 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; -- cgit v1.3.1