Skip to content

Commit

Permalink
Remove doubly defined symbol from mbed_lib.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalton-arm committed Jul 22, 2020
1 parent 7592d70 commit 5bdd6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/kvstore/securestore/mbed_lib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SecureStore",
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"],
"macros": ["MBEDTLS_CIPHER_MODE_CTR"],
"config": {
}
}

0 comments on commit 5bdd6ab

Please sign in to comment.