Skip to content

Commit 0e2d3df

Browse files
authored
Merge pull request #13330 from rwalton-arm/dev/rwalton-arm/remove-previously-defined-macro-from-config
Remove doubly defined symbol from mbed_lib.json
2 parents 65bc057 + 5bdd6ab commit 0e2d3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SecureStore",
3-
"macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"],
3+
"macros": ["MBEDTLS_CIPHER_MODE_CTR"],
44
"config": {
55
}
66
}

0 commit comments

Comments
 (0)