Build mbed-os-example-lora only for lora targets

mbed-os-example-lora should be only compiled for targets which support lora.
pull/6879/head
Kimmo Vaisanen 2018-05-11 14:45:21 +03:00
parent 30e39eeb10
commit b61912cbbe
1 changed files with 1 additions and 1 deletions

View File

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