Skip to content

Commit 905fc25

Browse files
committed
targets: Remove target. prefix from ARM-CM3DS-MPS2 override
This is the only target in targets.json that uses the `target.` prefix when defining a configuration override. This looks like an error, and causes issues with mbed-tools, so this commit removes the prefix.
1 parent 87ceded commit 905fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4777,7 +4777,7 @@
47774777
"copy_method": "mps2",
47784778
"reset_method": "reboot.txt",
47794779
"overrides": {
4780-
"target.network-default-interface-type": "ETHERNET"
4780+
"network-default-interface-type": "ETHERNET"
47814781
},
47824782
"detect_code": [
47834783
"5004"

0 commit comments

Comments
 (0)