From 94ede2900708cb3e93684fbec896402ba0a75dbd 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: Sat, 25 Oct 2025 08:31:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20Demo-Service/=E5=8D=8F=E4=BD=9C?= =?UTF-8?q?=E5=BC=8F=E4=BB=BB=E5=8A=A1/coop=5Fdelay.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Service/协作式任务/coop_delay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-Service/协作式任务/coop_delay.c b/Demo-Service/协作式任务/coop_delay.c index 23d72db..63f3354 100644 --- a/Demo-Service/协作式任务/coop_delay.c +++ b/Demo-Service/协作式任务/coop_delay.c @@ -3,7 +3,7 @@ * @file coop_delay.c * @brief 协作_阻塞延时 * @details 通过阻塞延时,实现任务的循环协作。 - * @note 适用于多个相同优先级任务的循环协作。 + * @note 适用于多个相同优先级任务的循环协作,依赖协作式调度算法。 * @author 迟凯峰 * @version V1.0.0 * @date 2025.10.21