Skip to content

Commit 3541878

Browse files
bcostmadbridge
authored andcommitted
Correct SDIO_UART pins configuration
1 parent 3b838d2 commit 3541878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F412ZG/PeripheralNames.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ typedef enum {
3333
UART_6 = (int)USART6_BASE
3434
} UARTName;
3535

36-
#define STDIO_UART_TX PA_2
37-
#define STDIO_UART_RX PA_3
38-
#define STDIO_UART UART_2
36+
#define STDIO_UART_TX PD_8
37+
#define STDIO_UART_RX PD_9
38+
#define STDIO_UART UART_3
3939

4040
typedef enum {
4141
SPI_1 = (int)SPI1_BASE,

0 commit comments

Comments
 (0)