Merge pull request #9045 from fredlee12001/patch-1

Fix wrong PIN config for RTL8195AM platform
pull/9155/head
Cruz Monrreal 2018-12-18 10:32:59 -06:00 committed by GitHub
commit ce1929b5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
"SPI_MOSI": "D11",
"SPI_MISO": "D12",
"SPI_CLK": "D13",
"SPI_CS": "D9"
"SPI_CS": "D10"
},
"NUCLEO_F207ZG": {
"SPI_MOSI": "PC_12",