From 50880ba4c449aabf1002fe9e0226f5fa182b5f45 Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Thu, 8 May 2025 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?4M=E6=B3=A2=E7=89=B9=E7=8E=87ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/peripheral_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APP/peripheral_main.c b/APP/peripheral_main.c index b186b71..d0ee53c 100644 --- a/APP/peripheral_main.c +++ b/APP/peripheral_main.c @@ -261,8 +261,8 @@ int main(void) GPIOB_ModeCfg(GPIO_Pin_All, GPIO_ModeIN_PD); #endif #ifdef DEBUG - // 改成 1500000 波特率了 - BSP_UART1_Init(2500000); + // 改成 4000000 波特率了 + BSP_UART1_Init(4000000); #endif ShowRestartReason();