Skip to content

Commit fb1e4de

Browse files
authored
Fix wrong PIN config for RTL8195AM platform
Merge from PelionIoT/sd-driver#110
1 parent 3875ac1 commit fb1e4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"SPI_MOSI": "D11",
203203
"SPI_MISO": "D12",
204204
"SPI_CLK": "D13",
205-
"SPI_CS": "D9"
205+
"SPI_CS": "D10"
206206
},
207207
"NUCLEO_F207ZG": {
208208
"SPI_MOSI": "PC_12",

0 commit comments

Comments
 (0)