summaryrefslogtreecommitdiff
path: root/board/pin_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pin_mux.c')
-rw-r--r--board/pin_mux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pin_mux.c b/board/pin_mux.c
index 3a538f5..f989a8f 100644
--- a/board/pin_mux.c
+++ b/board/pin_mux.c
@@ -77,8 +77,8 @@ void BOARD_InitPins(void)
#ifdef SDK_DEBUGCONSOLE
/* Debug UART3 pinmux config */
- PORT_SetPinMux(PORTB, 11u, kPORT_MuxAlt3); /* UART3 TX */
- PORT_SetPinMux(PORTB, 10u, kPORT_MuxAlt3); /* UART3 RX */
+ PORT_SetPinMux(PORTE, 0u, kPORT_MuxAlt3); /* UART1 TX */
+ PORT_SetPinMux(PORTE, 1u, kPORT_MuxAlt3); /* UART1 RX */
#endif
#ifdef BOARD_USES_ADC