Merge pull request #14797 from saheerb/mbedtls_fix

run example-tls on faster K64F board (than K66F)
pull/14801/head
Martin Kojtal 2021-06-17 15:58:12 +02:00 committed by GitHub
commit 1a2e96bb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
"authcrypt"
],
"features" : [],
"targets" : ["K66F", "NUCLEO_F429ZI"],
"targets" : ["K64F", "NUCLEO_F429ZI"],
"toolchains" : ["GCC_ARM", "ARM"],
"exporters": [],
"compile" : true,