mirror of https://github.com/ARMmbed/mbed-os.git
[DISCO_L053xx] wrong STDIO UART
Correction of a wrong stdio uart - some tests failed because of this.pull/818/head
parent
6fa0730f47
commit
32f5b97aa7
|
@ -52,7 +52,7 @@ typedef enum {
|
|||
|
||||
#define STDIO_UART_TX PA_9
|
||||
#define STDIO_UART_RX PA_10
|
||||
#define STDIO_UART UART_2
|
||||
#define STDIO_UART UART_1
|
||||
|
||||
typedef enum {
|
||||
SPI_1 = (int)SPI1_BASE,
|
||||
|
|
Loading…
Reference in New Issue