From 4bbde238b22fbc06f216dc5fe81f9314054ca848 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:33:02 +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=5Fyield.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Service/协作式任务/coop_yield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-Service/协作式任务/coop_yield.c b/Demo-Service/协作式任务/coop_yield.c index 815c4d0..27b9a81 100644 --- a/Demo-Service/协作式任务/coop_yield.c +++ b/Demo-Service/协作式任务/coop_yield.c @@ -3,7 +3,7 @@ * @file coop_yield.c * @brief 协作_禅让任务 * @details 通过禅让任务,实现任务的循环协作。 - * @note 适用于多个相同优先级任务的循环协作。 + * @note 适用于多个相同优先级任务的循环协作,依赖时间片轮转调度算法。 * @author 迟凯峰 * @version V1.0.0 * @date 2025.10.21