From 08888b6e23d0d0963b130e0cf5fb7535407c616f Mon Sep 17 00:00:00 2001 From: heyuanjie87 <943313837@qq.com> Date: Fri, 30 Aug 2024 20:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/defunct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defunct.c b/src/defunct.c index 2af8046855..8fa7073b92 100644 --- a/src/defunct.c +++ b/src/defunct.c @@ -6,7 +6,7 @@ * Change Logs: * Date Author Notes * 2024-08-30 heyuanjie87 the first version - * + * */ #include @@ -15,7 +15,7 @@ #ifndef SYSTEM_THREAD_STACK_SIZE #define SYSTEM_THREAD_STACK_SIZE IDLE_THREAD_STACK_SIZE #endif -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_spinlock _defunct_spinlock; #if defined(RT_USING_SMP) || defined(RT_USING_SMART) static struct rt_thread rt_system_thread;