[bsp][rk3568] 修改串口波特率 (#8346)
This commit is contained in:
parent
896c4a5b99
commit
25bb80b657
|
@ -307,7 +307,7 @@ int rt_hw_uart_init(void)
|
||||||
struct serial_configure config = RT_SERIAL_CONFIG_DEFAULT;
|
struct serial_configure config = RT_SERIAL_CONFIG_DEFAULT;
|
||||||
RT_UNUSED(value);
|
RT_UNUSED(value);
|
||||||
|
|
||||||
config.baud_rate = 115200;
|
config.baud_rate = 1500000;
|
||||||
|
|
||||||
#define BSP_INSTALL_UART_DEVICE(no) \
|
#define BSP_INSTALL_UART_DEVICE(no) \
|
||||||
uart = &_uart##no##_device; \
|
uart = &_uart##no##_device; \
|
||||||
|
|
Loading…
Reference in New Issue