Skip to content

Commit

Permalink
Merge pull request ARMmbed#7 from ARMmbed/fix-k82f-pins
Browse files Browse the repository at this point in the history
Fixed pin definition for K82F
  • Loading branch information
geky authored Dec 15, 2017
2 parents 780bef0 + a69ca37 commit ef892f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"target_overrides": {
"K82F": {
"SPI_MOSI": "PTE3",
"SPI_MOSI": "PTE2",
"SPI_MISO": "PTE4",
"SPI_CLK": "PTE1",
"SPI_CS": "PTE5"
Expand Down

0 comments on commit ef892f1

Please sign in to comment.