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 0978062 commit 1ab4030Copy full SHA for 1ab4030
targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/TARGET_DISCO_F303VC/PinNames.h
@@ -181,12 +181,12 @@ typedef enum {
181
#ifdef MBED_CONF_TARGET_STDIO_UART_TX
182
STDIO_UART_TX = MBED_CONF_TARGET_STDIO_UART_TX,
183
#else
184
- STDIO_UART_TX = PA_2,
+ STDIO_UART_TX = PC_4,
185
#endif
186
#ifdef MBED_CONF_TARGET_STDIO_UART_RX
187
STDIO_UART_RX = MBED_CONF_TARGET_STDIO_UART_RX,
188
189
- STDIO_UART_RX = PA_3,
+ STDIO_UART_RX = PC_5,
190
191
192
// Generic signals namings
0 commit comments