소스 검색

continue...

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@668 bbd45198-f89e-11dd-88c7-29a3b14d5316
qiuyiuestc 16 년 전
부모
커밋
c8efa6b331
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/idle.c

+ 0 - 2
src/idle.c

@@ -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;