From 8b3bf64f2b3cdb735c5ba0716b4a3b9fa3574f6a 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: Thu, 7 Aug 2025 17:58:00 +0000 Subject: [PATCH] update Demo/demo_task.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo/demo_task.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Demo/demo_task.c b/Demo/demo_task.c index a15a0c34..9222bf88 100644 --- a/Demo/demo_task.c +++ b/Demo/demo_task.c @@ -3,11 +3,11 @@ * @file demo_task.c * @brief 例程-任务 * @author 迟凯峰 - * @version V1.0.1 - * @date 2025.08.04 + * @version V1.0.2 + * @date 2025.08.08 ******************************************************************************/ -#if 0 // 编译开关 +#if 0 /* 编译开关 */ #include "CosyOS.H" // 用户的各个c文件中应包含此文件