From 1bd366647d01dc40e1b41577a612befea77cd0f0 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:02:53 +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=5Fbinary.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Service/5、协作式任务/coop_binary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo-Service/5、协作式任务/coop_binary.c b/Demo-Service/5、协作式任务/coop_binary.c index ab55f59e..4fb6c17c 100644 --- a/Demo-Service/5、协作式任务/coop_binary.c +++ b/Demo-Service/5、协作式任务/coop_binary.c @@ -6,7 +6,7 @@ * @note 适用于多个任意优先级任务的循环协作。 * @author 迟凯峰 * @version V1.0.0 - * @date 2025.10.21 + * @date 2026.07.31 ******************************************************************************/ /*-------------------------------------------* @@ -17,7 +17,7 @@ | uGiveBin(bin) | 任务中 给予二值信号量 | *-------------------------------------------*/ -#if 1 /* 编译开关 */ +#if 0 /* 编译开关 */ #include "CosyOS.H"