From 5d3e859d1cb351af65e3f8e6c0194ae1a1fa5a8d Mon Sep 17 00:00:00 2001 From: Veijo Pesonen Date: Mon, 2 Dec 2019 12:56:41 +0200 Subject: [PATCH] NRF52840_DK: Fixes target id code --- targets/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/targets.json b/targets/targets.json index 15fa2e7b9d..3be4adfd04 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7844,6 +7844,7 @@ "NRF52840_DK": { "supported_form_factors": ["ARDUINO"], "inherits": ["MCU_NRF52840"], + "detect_code": ["1102"], "macros_add": [ "CONFIG_GPIO_AS_PINRESET" ]