Merge pull request #13330 from rwalton-arm/dev/rwalton-arm/remove-previously-defined-macro-from-config

Remove doubly defined symbol from mbed_lib.json
pull/13337/head
Martin Kojtal 2020-07-22 15:07:34 +01:00 committed by GitHub
commit 0e2d3df82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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