Skip to content

Commit 9137574

Browse files
committed
Move mbed TLS configuration symbol to macro section
The configuration option for the mbed TLS specific hardware acceleration has to be in the macro section and not in the device capabilities section in targets.json. The option has also been renamed to better reflect its function.
1 parent 80aedd2 commit 9137574

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(DEVICE_CRYPTO)
24+
#if defined(MBEDTLS_HW_SUPPORT)
2525
#include "mbedtls_device.h"
2626
#endif

0 commit comments

Comments
 (0)