[DISCO_L053xx] wrong STDIO UART

Correction of a wrong stdio uart - some tests failed because of this.
pull/818/head
ohagendorf 2014-12-30 02:25:44 +01:00
parent 6fa0730f47
commit 32f5b97aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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,