We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063e6e7 commit 08888b6Copy full SHA for 08888b6
src/defunct.c
@@ -6,7 +6,7 @@
6
* Change Logs:
7
* Date Author Notes
8
* 2024-08-30 heyuanjie87 the first version
9
- *
+ *
10
*/
11
12
#include <rthw.h>
@@ -15,7 +15,7 @@
15
#ifndef SYSTEM_THREAD_STACK_SIZE
16
#define SYSTEM_THREAD_STACK_SIZE IDLE_THREAD_STACK_SIZE
17
#endif
18
-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);
19
static struct rt_spinlock _defunct_spinlock;
20
#if defined(RT_USING_SMP) || defined(RT_USING_SMART)
21
static struct rt_thread rt_system_thread;
0 commit comments