File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_MTS_DRAGONFLY_F413RH Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -132,18 +132,19 @@ typedef enum {
132
132
LED4 = D3 ,
133
133
LED_RED = LED1 ,
134
134
BUTTON1 = NC ,
135
- STDIO_UART_TX = PB_6 ,
136
- STDIO_UART_RX = PB_7 ,
137
- SERIAL_TX = STDIO_UART_TX ,
138
- SERIAL_RX = STDIO_UART_RX ,
139
- USBTX = STDIO_UART_TX ,
140
- USBRX = STDIO_UART_RX ,
135
+ // STDIO for console print
136
+ STDIO_UART_TX = USBTX ,
137
+ STDIO_UART_RX = USBRX ,
138
+ SERIAL_TX = D1 ,
139
+ SERIAL_RX = D0 ,
141
140
SERIAL_RTS = D3 ,
142
141
SERIAL_CTS = D6 ,
143
142
SERIAL_DCD = D4 ,
144
143
SERIAL_DSR = D5 ,
145
144
SERIAL_DTR = D7 ,
146
145
SERIAL_RI = D8 ,
146
+ USBTX = PB_6 ,
147
+ USBRX = PB_7 ,
147
148
RADIO_TX = PC_6 ,
148
149
RADIO_RX = PC_7 ,
149
150
RADIO_RTS = PB_10 ,
You can’t perform that action at this time.
0 commit comments