boards/opencm904: set UART_STDIO_BAUDRATE to 921600
This commit is contained in:
parent
cf3cc6e0f8
commit
c9a4a37159
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user