From 68de2716779a61827fe4eaefc2d53d2fd30595af 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: Sat, 23 Nov 2024 09:27:03 +0000 Subject: [PATCH] update System/os_handler.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- System/os_handler.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/System/os_handler.c b/System/os_handler.c index ca45a36c..aedc6edf 100644 --- a/System/os_handler.c +++ b/System/os_handler.c @@ -4,7 +4,7 @@ * @brief OS_SysTick_Handler and sPendSV_Handler * @author 迟凯峰 * @version V3.1.3 - * @date 2024.11.22 + * @date 2024.11.23 ******************************************************************************/ #include "os_link.h" @@ -33,9 +33,6 @@ void OS_SysTick_Handler(void) MCUCFG_SYSTICK_ATTRIBUTE /* 清除中断标志位 */ mSysTick_Clear; - /* main()中完成启动系统任务之前,系统滴答不处理 */ - if(s_sign_return) return; - /* 系统滴答时间统计开始 */ #if SYSCFG_SYSTICKTIME_COUNT == __ENABLED__ if(s_sign_taskmgr){