From bbd17e32eee12b3a803511d947f3bf3a0c4e722a 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:04:52 +0000 Subject: [PATCH] update System/sv_int_pend_fifo.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- System/sv_int_pend_fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/sv_int_pend_fifo.c b/System/sv_int_pend_fifo.c index f7ec5298..e3246dfe 100644 --- a/System/sv_int_pend_fifo.c +++ b/System/sv_int_pend_fifo.c @@ -2,7 +2,7 @@ * @item CosyOS-II Kernel * @file sv_int_pend_fifo.c * @brief 中断挂起服务_FIFO - 执行函数 - * @detail 仅在 PendSV 中由系统调用并执行。 + * @details 仅在 PendSV 中由系统调用并执行。 * @author 迟凯峰 * @version V3.1.0 * @date 2024.11.11