From 444c0893e4a7357a23da3c5634e7aff3212694d6 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Thu, 28 Nov 2019 08:30:58 +0000 Subject: [PATCH] Fix targets.json syntax errors Remove duplicated keys. --- targets/targets.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 6c8a4a88a29..01001ba2da2 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -2029,13 +2029,11 @@ ], "overrides": { "tickless-from-us-ticker": true, - "init-us-ticker-at-boot": true + "init-us-ticker-at-boot": true, + "network-default-interface-type": "ETHERNET" }, "device_name": "LPC54628J512ET180", - "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" }, - "overrides": { - "network-default-interface-type": "ETHERNET" - } + "post_binary_hook": { "function": "LPCTargetCode.lpc_patch" } }, "LPC546XX": { "supported_form_factors": ["ARDUINO"], @@ -7533,11 +7531,9 @@ "inherits": ["MCU_NRF52832"], "release_versions": ["5"], "device_name": "nRF52832_xxAA", - "macros_add": [ - "WSF_MAX_HANDLERS=10" - ], "device_has_remove": ["ITM"], "macros_add": [ + "WSF_MAX_HANDLERS=10", "CONFIG_GPIO_AS_PINRESET", "NRF52_PAN_12", "NRF52_PAN_15",