[bsp][rk3568] 修改串口波特率 (#8346)

This commit is contained in:
fangjianzhou 2023-12-10 06:45:14 +08:00 committed by GitHub
parent 896c4a5b99
commit 25bb80b657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ int rt_hw_uart_init(void)
struct serial_configure config = RT_SERIAL_CONFIG_DEFAULT;
RT_UNUSED(value);
config.baud_rate = 115200;
config.baud_rate = 1500000;
#define BSP_INSTALL_UART_DEVICE(no) \
uart = &_uart##no##_device; \