diff --git a/applications/core.c b/applications/core.c index e25e9dd..3fc0eab 100644 --- a/applications/core.c +++ b/applications/core.c @@ -745,7 +745,7 @@ void initTT_thread_entry() } initThread=RT_NULL; - + pwTT_thread_entry("0"); // list_thread(); // cmd_free(); } @@ -770,9 +770,8 @@ void deInitTT_thread_entry() LOG_W("shunt down TT DONE"); } // initThread = RT_NULL; - deinitThread = RT_NULL; -// pwTT_thread_entry("0"); + pwTT_thread_entry("0"); // list_thread(); }