We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a73d44 + eabc477 commit 1606b00Copy full SHA for 1606b00
connectivity/mbedtls/platform/inc/platform_mbed.h
@@ -40,8 +40,10 @@
40
#endif // (defined(FEATURE_PSA) && defined(MBEDTLS_ENTROPY_NV_SEED))
41
42
#if DEVICE_TRNG
43
+#if !defined(MBEDTLS_ENTROPY_HARDWARE_ALT)
44
#define MBEDTLS_ENTROPY_HARDWARE_ALT
45
#endif
46
+#endif
47
48
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
49
#include "mbedtls_device.h"
0 commit comments