mirror of https://github.com/ARMmbed/mbed-os.git
Fix lpc43xx serial pin map compiling error
parent
e8005f6d72
commit
c64971c100
|
@ -89,7 +89,7 @@ static const PinMap PinMap_UART_RTS[] = {
|
||||||
|
|
||||||
static const PinMap PinMap_UART_CTS[] = {
|
static const PinMap PinMap_UART_CTS[] = {
|
||||||
{P1_11, UART_1, (SCU_PINIO_FAST | 1)},
|
{P1_11, UART_1, (SCU_PINIO_FAST | 1)},
|
||||||
{P5_4, UART_1, (SCU_PINIO_FAST | 4),
|
{P5_4, UART_1, (SCU_PINIO_FAST | 4)},
|
||||||
{PC_2, UART_1, (SCU_PINIO_FAST | 2)},
|
{PC_2, UART_1, (SCU_PINIO_FAST | 2)},
|
||||||
{PE_7, UART_1, (SCU_PINIO_FAST | 2)},
|
{PE_7, UART_1, (SCU_PINIO_FAST | 2)},
|
||||||
{NC, NC, 0}
|
{NC, NC, 0}
|
||||||
|
|
Loading…
Reference in New Issue