[mbed][MTS_MDOT_F411RE] change STDIO_UART to UART_1

pull/1001/head
Jesse Gilles 2015-02-12 10:36:11 -06:00 committed by Mike Fiore
parent 3876957155
commit 101141f55f
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ typedef enum {
UART_6 = (int)USART6_BASE
} UARTName;
#define STDIO_UART_TX PA_2
#define STDIO_UART_RX PA_3
#define STDIO_UART UART_2
#define STDIO_UART_TX PA_9
#define STDIO_UART_RX PA_10
#define STDIO_UART UART_1
typedef enum {
SPI_1 = (int)SPI1_BASE,