iot-lab_M3: don't overwrite a custom baud rate
This commit is contained in:
parent
d518c07135
commit
ba291cc1f9
@ -43,7 +43,11 @@ extern "C" {
|
||||
* @{
|
||||
*/
|
||||
#define STDIO UART_0
|
||||
#define STDIO_BAUDRATE (500000U)
|
||||
|
||||
#ifndef STDIO_BAUDRATE
|
||||
# define STDIO_BAUDRATE (500000U)
|
||||
#endif
|
||||
|
||||
#define STDIO_RX_BUFSIZE (64U)
|
||||
/** @} */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user