From 64f2d5e708dd8d06a0e10f7fed5bf4f9455cbb34 Mon Sep 17 00:00:00 2001 From: "Fred.Li" Date: Tue, 11 Dec 2018 14:37:09 +0800 Subject: [PATCH] Fix wrong PIN config for RTL8195AM platform Merge from https://github.com/ARMmbed/sd-driver/pull/110 --- .../storage/blockdevice/COMPONENT_SD/config/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json b/components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json index 1c9d7fe2ce..943fc1d05e 100644 --- a/components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json @@ -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",