mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5918 from scamille/master
NXP LPC4088: Add missing SPI SSEL pin to Pinmappull/5917/merge
commit
124fbf4c9b
|
@ -69,6 +69,7 @@ static const PinMap PinMap_SPI_SSEL[] = {
|
|||
{P1_28, SPI_0, 5},
|
||||
{P2_23, SPI_0, 2},
|
||||
{P4_21, SPI_1, 3},
|
||||
{P5_3, SPI_2, 2},
|
||||
{NC , NC , 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue