boards/opencm904: set UART_STDIO_BAUDRATE to 921600

This commit is contained in:
Loïc Dauphin 2017-03-31 11:32:26 +02:00
parent cf3cc6e0f8
commit c9a4a37159

View File

@ -66,6 +66,15 @@ extern "C" {
*/ */
#define UART_STDIO_DEV UART_DEV(0) #define UART_STDIO_DEV UART_DEV(0)
/**
* @brief Override with ROBOTIS Bluetooth antenna baudrate for STDIO
* @{
*/
#ifndef UART_STDIO_BAUDRATE
#define UART_STDIO_BAUDRATE (921600UL)
#endif
/** @} */
/** /**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO * @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/ */