Skip to content

Commit b61912c

Browse files
author
Kimmo Vaisanen
committed
Build mbed-os-example-lora only for lora targets
mbed-os-example-lora should be only compiled for targets which support lora.
1 parent 30e39ee commit b61912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"mbed": [],
233233
"test-repo-source": "github",
234234
"features" : [],
235-
"targets" : [],
235+
"targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"],
236236
"toolchains" : [],
237237
"exporters": [],
238238
"compile" : true,

0 commit comments

Comments
 (0)