去除多余空格

This commit is contained in:
heyuanjie87 2024-08-30 20:44:34 +08:00
parent 853728869a
commit 06730be6d2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* Change Logs:
* Date Author Notes
* 2024-08-30 heyuanjie87 the first version
*
*
*/
#include <rthw.h>
@ -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;