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