From 79976e030441daca86af9a948905f59568df2da4 Mon Sep 17 00:00:00 2001 From: Michael Schwarcz Date: Wed, 20 Feb 2019 15:32:08 +0200 Subject: [PATCH] Update storage mbed_lib.json for MUSCA_A1_S --- features/storage/kvstore/conf/global/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/storage/kvstore/conf/global/mbed_lib.json b/features/storage/kvstore/conf/global/mbed_lib.json index 2d115fa24f..368b83580b 100644 --- a/features/storage/kvstore/conf/global/mbed_lib.json +++ b/features/storage/kvstore/conf/global/mbed_lib.json @@ -34,6 +34,9 @@ }, "LPC55S69_S": { "storage_type": "TDB_INTERNAL" + }, + "MUSCA_A1_S": { + "storage_type": "TDB_INTERNAL" } } }