update idle_hook.c.

Signed-off-by: CosyOS-所有内核全局不关中断的RTOS <12279611+cosyos@user.noreply.gitee.com>
This commit is contained in:
CosyOS-所有内核全局不关中断的RTOS
2023-03-05 20:41:33 +00:00
committed by Gitee
parent 9d32df3204
commit 0db7ebceeb
+9
View File
@@ -0,0 +1,9 @@
#include "..\System\syslink.h"
#if SYSCFG_IDLEHOOK == __ENABLED__
void idle_hook(void)
{
}
#endif