Skip to content

Commit 366b18e

Browse files
committed
Re-enable complilation for wifi and nanostack examples
1 parent 6a1ab73 commit 366b18e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/test/examples/examples.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"targets" : [],
118118
"toolchains" : [],
119119
"exporters": [],
120-
"compile" : false,
121-
"export": false,
120+
"compile" : true,
121+
"export": true,
122122
"auto-update" : true
123123
},
124124
{
@@ -130,9 +130,9 @@
130130
"targets" : ["K66F", "NUCLEO_F429ZI"],
131131
"toolchains" : [],
132132
"exporters": [],
133-
"compile" : false,
134-
"export": false,
135-
"auto-update" : false
133+
"compile" : true,
134+
"export": true,
135+
"auto-update" : true
136136
},
137137
{
138138
"name": "mbed-os-example-cellular",

0 commit comments

Comments
 (0)