rename USBRX -> CONSOLE_RX

pull/14259/head
Dan Rose 2021-03-29 13:48:27 -05:00
parent f7e628d191
commit 1c2986a72e
No known key found for this signature in database
GPG Key ID: 75E06FF4E527321C
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ typedef enum {
STDIO_UART_RX = PA_3,
#endif
USBTX = STDIO_UART_TX, // used for greentea tests
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
// Standardized LED and button names
LED1 = PA_5, // LD2 [green]