From 56e25443c11bc4ebfc048d8c861af3f7da4bb05f 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, 8 Aug 2025 06:20:30 +0000 Subject: [PATCH] update Demo/80251/demo_main.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo/80251/demo_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Demo/80251/demo_main.c b/Demo/80251/demo_main.c index 6a7a1331..bb74af52 100644 --- a/Demo/80251/demo_main.c +++ b/Demo/80251/demo_main.c @@ -3,11 +3,11 @@ * @file demo_main.c * @brief 例程-主函数 for STC32G * @author 迟凯峰 - * @version V1.0.1 - * @date 2025.06.07 + * @version V1.0.2 + * @date 2025.08.08 ******************************************************************************/ -#if 0 // 编译开关 +#if 0 /* 编译开关 */ #include "CosyOS.H" // 用户的各个c文件中应包含此文件 #include // for printf @@ -25,7 +25,7 @@ int main(void) }// 在 mcucfg_80251.h 中,PendSV中断 配置为 INT0中断。 /* USER DEBUG CONFIG */// for CosyOS-Taskmgr - #if SYSCFG_DEBUGGING == 1 + #if (SYSCFG_DEBUGGING == 1) if(1){ void Debug_Config(void); Debug_Config();