Merge pull request #7 from ARMmbed/fix-k82f-pins

Fixed pin definition for K82F
pull/7774/head
Christopher Haster 2017-12-15 17:35:44 -06:00 committed by GitHub
commit ef892f1d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
},
"target_overrides": {
"K82F": {
"SPI_MOSI": "PTE3",
"SPI_MOSI": "PTE2",
"SPI_MISO": "PTE4",
"SPI_CLK": "PTE1",
"SPI_CS": "PTE5"