Skip to content

Commit 1c2986a

Browse files
committed
rename USBRX -> CONSOLE_RX
1 parent f7e628d commit 1c2986a

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/TARGET_NUCLEO_G431RB

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/TARGET_NUCLEO_G431RB/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ typedef enum {
156156
STDIO_UART_RX = PA_3,
157157
#endif
158158

159-
USBTX = STDIO_UART_TX, // used for greentea tests
160-
USBRX = STDIO_UART_RX, // used for greentea tests
159+
CONSOLE_TX = STDIO_UART_TX, // used for greentea tests
160+
CONSOLE_RX = STDIO_UART_RX, // used for greentea tests
161161

162162
// Standardized LED and button names
163163
LED1 = PA_5, // LD2 [green]

0 commit comments

Comments
 (0)