mirror of https://github.com/ARMmbed/mbed-os.git
Correct SDIO_UART pins configuration
parent
49755981dd
commit
9ce9d1a9e7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue