From 005061e954e397b2713aa03b712da4961a6240a0 Mon Sep 17 00:00:00 2001 From: Filip Vranesevic Date: Thu, 23 Jan 2025 15:16:59 +0100 Subject: [PATCH] removed redundant flash-method --- targets/hw-651-s110v8.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/hw-651-s110v8.json b/targets/hw-651-s110v8.json index 743de6c725..50030cecad 100644 --- a/targets/hw-651-s110v8.json +++ b/targets/hw-651-s110v8.json @@ -1,4 +1,3 @@ { - "inherits": ["hw-651", "nrf51-s110v8"], - "flash-method": "openocd" + "inherits": ["hw-651", "nrf51-s110v8"] }