소스 검색

Merge pull request #5510 from Eureka1024/master

[kernel]Delete an extra semicolon
guo 3 년 전
부모
커밋
0f77fab0a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/idle.c

+ 1 - 1
src/idle.c

@@ -45,7 +45,7 @@
 #define _CPUS_NR                1
 #endif /* RT_USING_SMP */
 
-static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);;
+static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
 
 static struct rt_thread idle[_CPUS_NR];
 ALIGN(RT_ALIGN_SIZE)