From d86d84ca64bfc2b7de041ce768dc351b9f5eb31a 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: Fri, 15 Nov 2024 09:14:35 +0000 Subject: [PATCH] update System/sv_tick.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- System/sv_tick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/sv_tick.c b/System/sv_tick.c index de0ac28b..12d2fa02 100644 --- a/System/sv_tick.c +++ b/System/sv_tick.c @@ -2,7 +2,7 @@ * @item CosyOS-II Kernel * @file sv_tick.c * @brief 滴答服务 - * @detail 仅在 SysTick 中调用并执行,包括在滴答钩子、定时中断钩子、 + * @details 仅在 SysTick 中调用并执行,包括在滴答钩子、定时中断钩子、 定时查询钩子、定时查询事件等处调用。 * @author 迟凯峰 * @version V3.1.0