Fix targets.json syntax errors

Remove duplicated keys.
pull/11966/head
Hugues Kamba 2019-11-28 08:30:58 +00:00
parent a1cddbae5f
commit 444c0893e4
1 changed files with 4 additions and 8 deletions

View File

@ -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",