Merge pull request #7271 from innovavn/lpc43xx_serial

Fix lpc43xx serial pin map compiling error
pull/7214/head
Cruz Monrreal 2018-06-20 09:04:05 -05:00 committed by GitHub
commit 5420c46486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static const PinMap PinMap_UART_RTS[] = {
static const PinMap PinMap_UART_CTS[] = {
{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)},
{PE_7, UART_1, (SCU_PINIO_FAST | 2)},
{NC, NC, 0}