Skip to content

Commit 3f5c4de

Browse files
committed
examples: fix incorrect target addition in 5.11.3rc
1 parent 2065890 commit 3f5c4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"mbed": [],
182182
"test-repo-source": "github",
183183
"features" : [],
184-
"targets" : ["K66F"],
184+
"targets" : ["K66F", "FVP_MPS2_M3"],
185185
"toolchains" : [],
186186
"exporters": [],
187187
"compile" : true,
@@ -207,7 +207,7 @@
207207
"mbed": [],
208208
"test-repo-source": "github",
209209
"features" : [],
210-
"targets" : ["K64F", "FVP_MPS2_M3"],
210+
"targets" : ["K64F"],
211211
"toolchains" : [],
212212
"exporters": [],
213213
"compile" : true,

0 commit comments

Comments
 (0)