Skip to content

Commit 0f77fab

Browse files
authored
Merge pull request #5510 from Eureka1024/master
[kernel]Delete an extra semicolon
2 parents 982ad7b + eab0861 commit 0f77fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define _CPUS_NR 1
4646
#endif /* RT_USING_SMP */
4747

48-
static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);;
48+
static rt_list_t _rt_thread_defunct = RT_LIST_OBJECT_INIT(_rt_thread_defunct);
4949

5050
static struct rt_thread idle[_CPUS_NR];
5151
ALIGN(RT_ALIGN_SIZE)

0 commit comments

Comments
 (0)