mirror of https://github.com/ARMmbed/mbed-os.git
Fix wrong PIN config for RTL8195AM platform
Merge from https://github.com/ARMmbed/sd-driver/pull/110pull/9045/head
parent
3875ac18d0
commit
fb1e4de3ba
|
@ -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