From 23bc67dfdc1250e0a9106cdeec47249ddef9f31b Mon Sep 17 00:00:00 2001 From: Offir Kochalsky Date: Wed, 17 Oct 2018 11:16:57 +0300 Subject: [PATCH] Fix DISCO_L475VG_IOT01A name at json --- components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json index 3351003180..affd50bfb5 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json @@ -7,7 +7,7 @@ "DISCO_F413ZH": { "QSPI_FREQ": "80000000" }, - "DISCO_L475VG": { + "DISCO_L475VG_IOT01A": { "QSPI_FREQ": "8000000" }, "DISCO_L476VG": {