Merge pull request #5510 from Eureka1024/master

[kernel]Delete an extra semicolon
This commit is contained in:
guo 2022-01-12 09:53:38 +08:00 committed by GitHub
commit 0f77fab0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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