Skip to content

Commit e9144ad

Browse files
committed
Apply new naming convention to mbed TLS macros
1 parent 9137574 commit e9144ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mbedtls/platform/inc/platform_mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#define MBEDTLS_ENTROPY_HARDWARE_ALT
2222
#endif
2323

24-
#if defined(MBEDTLS_HW_SUPPORT)
24+
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
2525
#include "mbedtls_device.h"
2626
#endif

0 commit comments

Comments
 (0)