Correct SDIO_UART pins configuration

pull/3366/head
bcostm 2016-12-02 15:24:47 +01:00
parent 49755981dd
commit 9ce9d1a9e7
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,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 PD_8
#define STDIO_UART_RX PD_9
#define STDIO_UART UART_3
typedef enum {
SPI_1 = (int)SPI1_BASE,