diff --git a/System/os_handler.c b/System/os_handler.c index 27651ebd..13b8b3a1 100644 --- a/System/os_handler.c +++ b/System/os_handler.c @@ -4,7 +4,7 @@ * @brief tCosyTick_Handler and sPendSV_Handler * @author 迟凯峰 * @version V2.1.0 - * @date 2025.12.15 + * @date 2025.12.18 ******************************************************************************/ #include "os_var.h" @@ -198,7 +198,7 @@ __IAR_WEAK void tCosyTick_Handler(void) MCUCFG_SYSTICK_ATTRIBUTE } #endif - /* 延时 */// 定时器链表中的任务状态:就绪、浮动、阻塞、挂起。 + /* 任务定时器 */// 定时器链表中的任务状态:就绪、浮动、阻塞、挂起。 if(true){ s_timer_pointer = (s_timer_pointer + 1) & (OS_TIMESLOTNUM - 1UL); htask = s_timer_list[s_timer_pointer];