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
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_HW_SUPPORT)
|
||||
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
|
||||
#include "mbedtls_device.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue