[BSP] fix compiling error for beaglebone board

This commit is contained in:
Bernard Xiong 2014-09-25 09:42:21 +08:00
parent ab20554254
commit 8c2008b050
1 changed files with 1 additions and 1 deletions

View File

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