尝试解决Deinit异常退出的问题

This commit is contained in:
CSSC-WORK\murmur 2023-11-05 09:26:23 +08:00
parent 375dbf5fc4
commit efd3c2e425

View File

@ -745,7 +745,7 @@ void initTT_thread_entry()
} }
initThread=RT_NULL; initThread=RT_NULL;
pwTT_thread_entry("0");
// list_thread(); // list_thread();
// cmd_free(); // cmd_free();
} }
@ -770,9 +770,8 @@ void deInitTT_thread_entry()
LOG_W("shunt down TT DONE"); LOG_W("shunt down TT DONE");
} }
// initThread = RT_NULL; // initThread = RT_NULL;
deinitThread = RT_NULL; deinitThread = RT_NULL;
// pwTT_thread_entry("0"); pwTT_thread_entry("0");
// list_thread(); // list_thread();
} }