update Hook/idle_hook.c.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2025-08-08 06:53:56 +00:00
committed by Gitee
parent 94f3b8eecd
commit 275a844b30
+1 -2
View File
@@ -9,12 +9,11 @@
******************************************************************************/
#include "CosyOS.H"
#if 1 /* 编译开关 *//* 如果该函数在用户文件中实现且此处的弱定义无效,可手动移除该函数(1 改为 0)*/ \
&& (SYSCFG_IDLEHOOK == __ENABLED__)
__WEAK void idle_hook(void)
{
}
#endif