Skip to content

Commit f12afde

Browse files
author
Cruz Monrreal
authored
Merge pull request #7403 from codeauroraforum/Fix_LPC546XX_UART
LPC546XX: Fix UART mux setting in the LPCXpresso board
2 parents b50f09d + 34dab4a commit f12afde

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC546XX/TARGET_LPCXpresso

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC546XX/TARGET_LPCXpresso/PeripheralPins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ const PinMap PinMap_I2C_SCL[] = {
6565
/************UART***************/
6666
const PinMap PinMap_UART_TX[] = {
6767
{P0_30, UART_0, 1},
68-
{P3_27, UART_1, 1},
68+
{P3_27, UART_1, 3},
6969
{NC , NC , 0}
7070
};
7171

7272
const PinMap PinMap_UART_RX[] = {
7373
{P0_29, UART_0, 1},
74-
{P3_26, UART_1, 1},
74+
{P3_26, UART_1, 3},
7575
{NC , NC , 0}
7676
};
7777

0 commit comments

Comments
 (0)