Browse Source

Merge pull request #5510 from Eureka1024/master

[kernel]Delete an extra semicolon
guo 3 years ago
parent
commit
0f77fab0a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/idle.c

+ 1 - 1
src/idle.c

@@ -45,7 +45,7 @@
 #define _CPUS_NR                1
 #define _CPUS_NR                1
 #endif /* RT_USING_SMP */
 #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];
 static struct rt_thread idle[_CPUS_NR];
 ALIGN(RT_ALIGN_SIZE)
 ALIGN(RT_ALIGN_SIZE)