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 f7e628d commit 1c2986aCopy full SHA for 1c2986a
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/TARGET_NUCLEO_G431RB/PinNames.h
@@ -156,8 +156,8 @@ typedef enum {
156
STDIO_UART_RX = PA_3,
157
#endif
158
159
- USBTX = STDIO_UART_TX, // used for greentea tests
160
- USBRX = STDIO_UART_RX, // used for greentea tests
+ CONSOLE_TX = STDIO_UART_TX, // used for greentea tests
+ CONSOLE_RX = STDIO_UART_RX, // used for greentea tests
161
162
// Standardized LED and button names
163
LED1 = PA_5, // LD2 [green]
0 commit comments