mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14797 from saheerb/mbedtls_fix
run example-tls on faster K64F board (than K66F)pull/14801/head
commit
1a2e96bb04
|
|
@ -40,7 +40,7 @@
|
|||
"authcrypt"
|
||||
],
|
||||
"features" : [],
|
||||
"targets" : ["K66F", "NUCLEO_F429ZI"],
|
||||
"targets" : ["K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : ["GCC_ARM", "ARM"],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue