From 905fc253b62dc41b950874a780837ce7a784cf28 Mon Sep 17 00:00:00 2001 From: Robert Walton Date: Wed, 3 Mar 2021 11:26:25 +0000 Subject: [PATCH] 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. --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 4cea53d70f8..86403e1dd6d 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -4777,7 +4777,7 @@ "copy_method": "mps2", "reset_method": "reboot.txt", "overrides": { - "target.network-default-interface-type": "ETHERNET" + "network-default-interface-type": "ETHERNET" }, "detect_code": [ "5004"