尝试解决Deinit异常退出的问题
This commit is contained in:
parent
375dbf5fc4
commit
efd3c2e425
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user