未验证 提交 63a6f6c4 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1983 from whj4674672/master

Fix usart3 initialization bug
......@@ -394,8 +394,8 @@ void rt_hw_usart_init(void)
uart = &uart3;
config.baud_rate = BAUD_RATE_115200;
serial2.ops = &stm32_uart_ops;
serial2.config = config;
serial3.ops = &stm32_uart_ops;
serial3.config = config;
NVIC_Configuration(&uart3);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册