mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13330 from rwalton-arm/dev/rwalton-arm/remove-previously-defined-macro-from-config
Remove doubly defined symbol from mbed_lib.jsonpull/13337/head
commit
0e2d3df82b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SecureStore",
|
||||
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"],
|
||||
"macros": ["MBEDTLS_CIPHER_MODE_CTR"],
|
||||
"config": {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue