iot-lab_M3: don't overwrite a custom baud rate

This commit is contained in:
Oleg Hahm 2014-11-05 11:17:09 +01:00
parent d518c07135
commit ba291cc1f9

View File

@ -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)
/** @} */