update Demo-Service/5、协作式任务/coop_binary.c.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2026-07-31 14:02:53 +00:00
committed by Gitee
parent fd34bb79da
commit 1bd366647d
@@ -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"