continue...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@668 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
4a42aa2de6
commit
c8efa6b331
@ -81,8 +81,6 @@ static void rt_thread_idle_entry(void* parameter)
|
||||
/* release thread's stack */
|
||||
rt_free(thread->stack_addr);
|
||||
|
||||
rt_kprintf("thread %s was deleted\n", thread->name);
|
||||
|
||||
#ifdef RT_USING_MODULE
|
||||
module = thread->module_parent;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user