forked from espressif/esp-idf
mbedtls: Move esp_config.h file to port directory
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* \file config.h
|
|
||||||
*
|
*
|
||||||
* \brief Configuration options (set of defines)
|
* \brief Default mbedTLS configuration options for esp-idf
|
||||||
*
|
*
|
||||||
* This set of compile-time options may be used to enable
|
* This set of compile-time options may be used to enable
|
||||||
* or disable features selectively, and reduce the global
|
* or disable features selectively, and reduce the global
|
||||||
@@ -2518,6 +2517,6 @@
|
|||||||
#include MBEDTLS_USER_CONFIG_FILE
|
#include MBEDTLS_USER_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "mbedtls/check_config.h"
|
||||||
|
|
||||||
#endif /* MBEDTLS_CONFIG_H */
|
#endif /* MBEDTLS_CONFIG_H */
|
Reference in New Issue
Block a user