mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 09:52:08 +08:00
continue...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@668 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user