From 45121b43511f9c83905b5caa2db70a06d63b2577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E4=B8=AD=E6=96=AD=E5=BB=B6=E8=BF=9F=E7=9A=84RTOS?= Date: Fri, 8 Aug 2025 06:59:05 +0000 Subject: [PATCH] update Hook/start_hook.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Hook/start_hook.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Hook/start_hook.c b/Hook/start_hook.c index 73b55622..75f23a6b 100644 --- a/Hook/start_hook.c +++ b/Hook/start_hook.c @@ -13,6 +13,7 @@ ******************************************************************************/ #include "CosyOS.H" + #if 1 /* 编译开关 *//* 如果该函数在用户文件中实现且此处的弱定义无效,可手动移除该函数(1 改为 0)*/ __WEAK void start_hook(void) {