mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 16:52:27 +08:00
update idle_hook.c.
Signed-off-by: CosyOS-所有内核全局不关中断的RTOS <12279611+cosyos@user.noreply.gitee.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "..\System\syslink.h"
|
||||
#if SYSCFG_IDLEHOOK == __ENABLED__
|
||||
|
||||
void idle_hook(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user