Skip to content

Commit c64971c

Browse files
authored
Fix lpc43xx serial pin map compiling error
1 parent e8005f6 commit c64971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NXP/TARGET_LPC43XX/serial_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static const PinMap PinMap_UART_RTS[] = {
8989

9090
static const PinMap PinMap_UART_CTS[] = {
9191
{P1_11, UART_1, (SCU_PINIO_FAST | 1)},
92-
{P5_4, UART_1, (SCU_PINIO_FAST | 4),
92+
{P5_4, UART_1, (SCU_PINIO_FAST | 4)},
9393
{PC_2, UART_1, (SCU_PINIO_FAST | 2)},
9494
{PE_7, UART_1, (SCU_PINIO_FAST | 2)},
9595
{NC, NC, 0}

0 commit comments

Comments
 (0)