LPC546XX: Fix UART mux setting in the LPCXpresso board

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/7403/head
Mahesh Mahadevan 2018-07-02 15:16:57 -05:00
parent 226e799d5b
commit 34dab4a4d9
1 changed files with 2 additions and 2 deletions

View File

@ -65,13 +65,13 @@ const PinMap PinMap_I2C_SCL[] = {
/************UART***************/
const PinMap PinMap_UART_TX[] = {
{P0_30, UART_0, 1},
{P3_27, UART_1, 1},
{P3_27, UART_1, 3},
{NC , NC , 0}
};
const PinMap PinMap_UART_RX[] = {
{P0_29, UART_0, 1},
{P3_26, UART_1, 1},
{P3_26, UART_1, 3},
{NC , NC , 0}
};