mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7403 from codeauroraforum/Fix_LPC546XX_UART
LPC546XX: Fix UART mux setting in the LPCXpresso boardpull/7411/head
commit
f12afde757
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue