Merge pull request #5510 from Eureka1024/master
[kernel]Delete an extra semicolon
This commit is contained in:
commit
0f77fab0a1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue