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){