drivers/dose: don't default to UART0
The first UART is usually used for the shell, so don't default DOSE on it.
This commit is contained in:
parent
f4f1114ead
commit
08db12be3b
@ -30,7 +30,7 @@ extern "C" {
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#ifndef DOSE_PARAM_UART
|
#ifndef DOSE_PARAM_UART
|
||||||
#define DOSE_PARAM_UART (UART_DEV(0))
|
#define DOSE_PARAM_UART (UART_DEV(1))
|
||||||
#endif
|
#endif
|
||||||
#ifndef DOSE_PARAM_BAUDRATE
|
#ifndef DOSE_PARAM_BAUDRATE
|
||||||
#define DOSE_PARAM_BAUDRATE (115200)
|
#define DOSE_PARAM_BAUDRATE (115200)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user