From b61912cbbed16cf5262ec88376738aec65413741 Mon Sep 17 00:00:00 2001 From: Kimmo Vaisanen Date: Fri, 11 May 2018 14:45:21 +0300 Subject: [PATCH] Build mbed-os-example-lora only for lora targets mbed-os-example-lora should be only compiled for targets which support lora. --- tools/test/examples/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 43468dc102..2dfc683d71 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -232,7 +232,7 @@ "mbed": [], "test-repo-source": "github", "features" : [], - "targets" : [], + "targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"], "toolchains" : [], "exporters": [], "compile" : true,