mirror of https://github.com/ARMmbed/mbed-os.git
Apply new naming convention to mbed TLS macros
parent
9137574e4d
commit
e9144ad771
|
|
@ -21,6 +21,6 @@
|
||||||
#define MBEDTLS_ENTROPY_HARDWARE_ALT
|
#define MBEDTLS_ENTROPY_HARDWARE_ALT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_HW_SUPPORT)
|
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
|
||||||
#include "mbedtls_device.h"
|
#include "mbedtls_device.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue