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

mbed-os-example-lora should be only compiled for targets which support lora.
pull/6950/head
Kimmo Vaisanen 2018-05-11 14:45:21 +03:00 committed by adbridge
parent 2937cd7944
commit bac765b554
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : [],
"targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"],
"toolchains" : [],
"exporters": [],
"compile" : true,