去除多余空格
This commit is contained in:
parent
853728869a
commit
06730be6d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue