Removes target_config.h file from default and thread configs

target_config.h is no longer needed for target/platform configurations so
this change removes it from the default and platform configurations for mbed
builds.
This commit is contained in:
Simon Butcher 2016-06-08 19:00:23 +01:00
parent 8795c4d5d5
commit c4205ae7f0
2 changed files with 1 additions and 9 deletions

View file

@ -85,10 +85,6 @@
/* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
#define MBEDTLS_SSL_CIPHERSUITES MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
#if defined(TARGET_LIKE_MBED)
#include "mbedtls/target_config.h"
#endif
#include "mbedtls/check_config.h"
#endif /* MBEDTLS_CONFIG_H */