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文件中应包含此文件