From 1dbf7dd8be902327897fd3959a67103539b1420d 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:06:19 +0000 Subject: [PATCH] =?UTF-8?q?update=20Demo-Service/6=E3=80=81=E7=BB=BC?= =?UTF-8?q?=E5=90=88=E5=BA=94=E7=94=A8/comp=5Fusart.c.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Service/6、综合应用/comp_usart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo-Service/6、综合应用/comp_usart.c b/Demo-Service/6、综合应用/comp_usart.c index 0205390c..a0337a0b 100644 --- a/Demo-Service/6、综合应用/comp_usart.c +++ b/Demo-Service/6、综合应用/comp_usart.c @@ -12,10 +12,10 @@ * @note 本例程仅以 STM32-HAL库 的应用为例,其它情形请用户自行做出调整。 * @author 迟凯峰 * @version V1.0.1 - * @date 2026.02.19 + * @date 2026.07.31 ******************************************************************************/ -#if 1 /* 编译开关 */ +#if 0 /* 编译开关 */ #define PENDSV_FIFO_FLAG 2 // 定时服务为中断挂起服务,选择 FIFO服务 或 FLAG服务(1:FIFO服务,2:FLAG服务)