Skip to content

Commit 5610184

Browse files
committed
[NUCLEO_F401RE] Put back SERIAL_TX and SERIAL_RX pins
Even if it is a duplication of USB_TX/RX pins, it is better to have them available.
1 parent a98c380 commit 5610184

File tree

1 file changed

+2
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE

1 file changed

+2
-0
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PinNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ typedef enum {
150150
LED3 = PA_5,
151151
LED4 = PA_5,
152152
USER_BUTTON = PC_13,
153+
SERIAL_TX = PA_2,
154+
SERIAL_RX = PA_3,
153155
USBTX = PA_2,
154156
USBRX = PA_3,
155157
I2C_SCL = PB_8,

0 commit comments

Comments
 (0)