From 5bdd6abeafac6cc13fa44e480b4652aa88553947 Mon Sep 17 00:00:00 2001 From: Robert Walton Date: Mon, 20 Jul 2020 11:33:09 +0100 Subject: [PATCH] Remove doubly defined symbol from mbed_lib.json --- storage/kvstore/securestore/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/kvstore/securestore/mbed_lib.json b/storage/kvstore/securestore/mbed_lib.json index 0718963316f..860434c0592 100644 --- a/storage/kvstore/securestore/mbed_lib.json +++ b/storage/kvstore/securestore/mbed_lib.json @@ -1,6 +1,6 @@ { "name": "SecureStore", - "macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"], + "macros": ["MBEDTLS_CIPHER_MODE_CTR"], "config": { } }