From 4a29ad7ca5d145966ad795c37c34c9c469e25158 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, 31 Jul 2026 14:03:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20Demo-Service/5=E3=80=81=E5=8D=8F?= =?UTF-8?q?=E4=BD=9C=E5=BC=8F=E4=BB=BB=E5=8A=A1/coop=5Fressus=5F2.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Service/5、协作式任务/coop_ressus_2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo-Service/5、协作式任务/coop_ressus_2.c b/Demo-Service/5、协作式任务/coop_ressus_2.c index 1dabe2bb..c5cad73d 100644 --- a/Demo-Service/5、协作式任务/coop_ressus_2.c +++ b/Demo-Service/5、协作式任务/coop_ressus_2.c @@ -6,7 +6,7 @@ * @note 适用于多个不同优先级任务的循环协作。 * @author 迟凯峰 * @version V1.0.0 - * @date 2025.10.21 + * @date 2026.07.31 ******************************************************************************/ /*----------------------------------------------------------* @@ -15,7 +15,7 @@ | uResumeSuspend(task) | 任务中 恢复指定任务并挂起自身任务 | *----------------------------------------------------------*/ -#if 1 /* 编译开关 */ +#if 0 /* 编译开关 */ #include "CosyOS.H"