mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 16:49:59 +08:00
[src][idle] 修复一处编译警告
This commit is contained in:
parent
fe556e6332
commit
6a170ddbe4
@ -55,7 +55,7 @@ static rt_uint8_t rt_thread_stack[_CPUS_NR][IDLE_THREAD_STACK_SIZE];
|
|||||||
#define RT_IDEL_HOOK_LIST_SIZE 4
|
#define RT_IDEL_HOOK_LIST_SIZE 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void (*idle_hook_list[RT_IDEL_HOOK_LIST_SIZE])();
|
static void (*idle_hook_list[RT_IDEL_HOOK_LIST_SIZE])(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup Hook
|
* @ingroup Hook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user