Skip to content

Commit

Permalink
Merge pull request #13330 from rwalton-arm/dev/rwalton-arm/remove-pre…
Browse files Browse the repository at this point in the history
…viously-defined-macro-from-config

Remove doubly defined symbol from mbed_lib.json
  • Loading branch information
0xc0170 authored Jul 22, 2020
2 parents 65bc057 + 5bdd6ab commit 0e2d3df
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 0e2d3df

Please sign in to comment.