4M波特率ok

This commit is contained in:
stark1898y 2025-05-08 16:31:56 +08:00
parent 54cd61e37f
commit 50880ba4c4
1 changed files with 2 additions and 2 deletions

View File

@ -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();