Skip to content

Commit 9cc2deb

Browse files
committed
typo
1 parent 8600157 commit 9cc2deb

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32625/TARGET_MAX32625PICO

1 file changed

+2
-2
lines changed

targets/TARGET_Maxim/TARGET_MAX32625/TARGET_MAX32625PICO/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ typedef enum {
8080
BUTTON1 = SW1,
8181

8282
// USB bridge connected UART pins
83-
CONSOLE_TXLE_TX = P2_1,
83+
CONSOLE_TX = P2_1,
8484
CONSOLE_RX = P2_0,
8585
#if defined(MBED_CONF_TARGET_STDIO_UART_TX)
8686
STDIO_UART_TX = MBED_CONF_TARGET_STDIO_UART_TX,
8787
#else
88-
STDIO_UART_TX = CONSOLE_TXLE_TX,
88+
STDIO_UART_TX = CONSOLE_TX,
8989
#endif
9090
#if defined(MBED_CONF_TARGET_STDIO_UART_RX)
9191
STDIO_UART_RX = MBED_CONF_TARGET_STDIO_UART_RX,

0 commit comments

Comments
 (0)