Remove doubly defined symbol from mbed_lib.json

pull/13330/head
Robert Walton 2020-07-20 11:33:09 +01:00
parent 7592d702b2
commit 5bdd6abeaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "SecureStore", "name": "SecureStore",
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"], "macros": ["MBEDTLS_CIPHER_MODE_CTR"],
"config": { "config": {
} }
} }