mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-18 00:58:59 +08:00
+2
-2
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user