From 421eb0b6ae0407c88660be2352cde4e372c23906 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: Thu, 19 Feb 2026 05:27:38 +0000 Subject: [PATCH] update System/sv_tick.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- System/sv_tick.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/System/sv_tick.h b/System/sv_tick.h index a5c74eb5..ed4fe358 100644 --- a/System/sv_tick.h +++ b/System/sv_tick.h @@ -2,9 +2,7 @@ * @item CosyOS-III Kernel * @file sv_tick.h * @brief 滴答服务 - * @details 仅在 SysTick中断 中调用并执行的服务。 - 包括直接在 SysTick中断 中调用,在滴答钩子(tick_hook)、定时中断钩子(u_timint_##tmid)、 - 定时查询钩子(u_timqry_##tmid)、定时查询事件(u_timqryevent_##tmid)中调用。 + * @details 仅在 SysTick中断 中调用并执行。 * @author 迟凯峰 * @version V2.3.0 * @date 2026.02.19