We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1740f4 commit 382ec89Copy full SHA for 382ec89
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_MTS_DRAGONFLY_F413RH/PinNames.h
@@ -132,9 +132,6 @@ typedef enum {
132
LED4 = D3,
133
LED_RED = LED1,
134
BUTTON1 = NC,
135
-// STDIO for console print
136
- STDIO_UART_TX = USBTX,
137
- STDIO_UART_RX = USBRX,
138
SERIAL_TX = D1,
139
SERIAL_RX = D0,
140
SERIAL_RTS = D3,
@@ -144,7 +141,10 @@ typedef enum {
144
141
SERIAL_DTR = D7,
145
142
SERIAL_RI = D8,
146
143
USBTX = PB_6,
147
- USBRX = PB_7,
+ USBRX = PB_7,
+// STDIO for console print
+ STDIO_UART_TX = USBTX,
+ STDIO_UART_RX = USBRX,
148
RADIO_TX = PC_6,
149
RADIO_RX = PC_7,
150
RADIO_RTS = PB_10,
0 commit comments