Skip to content

Commit 1a2e96b

Browse files
authored
Merge pull request #14797 from saheerb/mbedtls_fix
run example-tls on faster K64F board (than K66F)
2 parents c358ab2 + 5d11a1e commit 1a2e96b

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
@@ -40,7 +40,7 @@
4040
"authcrypt"
4141
],
4242
"features" : [],
43-
"targets" : ["K66F", "NUCLEO_F429ZI"],
43+
"targets" : ["K64F", "NUCLEO_F429ZI"],
4444
"toolchains" : ["GCC_ARM", "ARM"],
4545
"exporters": [],
4646
"compile" : true,

0 commit comments

Comments
 (0)