mirror of https://github.com/ARMmbed/mbed-os.git
PSA: Fix compile error with NV seed
This compile error can reproduce when both PSA V7M and MBEDTLS_ENTROPY_NV_SEED are both enabled.pull/14850/head
parent
b5c2f7079e
commit
51f74bcda3
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include "lifecycle.h"
|
||||
|
||||
#include "mbedtls/entropy.h"
|
||||
|
||||
#define TEST_STACK_SIZE 8192
|
||||
#define TEST_KEY_ID_VALUE 17
|
||||
|
||||
|
|
Loading…
Reference in New Issue