Merge pull request #5918 from scamille/master

NXP LPC4088: Add missing SPI SSEL pin to Pinmap
pull/5917/merge
Cruz Monrreal 2018-01-26 10:35:11 -06:00 committed by GitHub
commit 124fbf4c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}
};