Skip to content

Commit 17fc519

Browse files
authored
Merge pull request #66 from ARMmbed/fix-target-override-label
config: fix target override
2 parents 656b46b + 031e4a4 commit 17fc519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atecc608a/mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target_overrides": {
33
"*": {
44
"target.features_add" : ["EXPERIMENTAL_API", "PSA"],
5-
"extra_labels_add": ["MBED_PSA_SRV"],
5+
"target.extra_labels_add": ["MBED_PSA_SRV"],
66
"platform.stdio-baud-rate": 9600,
77
"platform.stdio-convert-newlines": true,
88
"mbed-trace.enable": 0

0 commit comments

Comments
 (0)