mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9045 from fredlee12001/patch-1
Fix wrong PIN config for RTL8195AM platformpull/9155/head
commit
ce1929b5df
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue