mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 16:52:27 +08:00
+1
-2
@@ -9,12 +9,11 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "CosyOS.H"
|
||||
|
||||
#if 1 /* 编译开关 *//* 如果该函数在用户文件中实现且此处的弱定义无效,可手动移除该函数(1 改为 0)*/ \
|
||||
&& (SYSCFG_IDLEHOOK == __ENABLED__)
|
||||
|
||||
__WEAK void idle_hook(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user