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