mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[BSP] fix compiling error for beaglebone board
This commit is contained in:
@@ -431,7 +431,7 @@ int rt_hw_serial_init(void)
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_UART5
|
||||
config = RT_SERIAL_CONFIG_DEFAULT;
|
||||
config.baud_rate = BAUD_RATE_115200;
|
||||
|
||||
serial5.ops = &am33xx_uart_ops;
|
||||
serial5.config = config;
|
||||
|
||||
Reference in New Issue
Block a user