Skip to content

Commit 124fbf4

Browse files
authored
Merge pull request #5918 from scamille/master
NXP LPC4088: Add missing SPI SSEL pin to Pinmap
2 parents 6f9421b + 63664e1 commit 124fbf4

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_NXP/TARGET_LPC408X/TARGET_LPC4088

1 file changed

+1
-0
lines changed

targets/TARGET_NXP/TARGET_LPC408X/TARGET_LPC4088/spi_api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ static const PinMap PinMap_SPI_SSEL[] = {
6969
{P1_28, SPI_0, 5},
7070
{P2_23, SPI_0, 2},
7171
{P4_21, SPI_1, 3},
72+
{P5_3, SPI_2, 2},
7273
{NC , NC , 0}
7374
};
7475

0 commit comments

Comments
 (0)