[kernel]Delete an extra semicolon

This commit is contained in:
杨澄
2022-01-11 21:25:08 +08:00
committed by GitHub
parent 216cd309ea
commit eab086122e
+1 -1
View File
@@ -44,7 +44,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)