diff --git a/src/integration/test_suites/smoke_test_kv_crypto_flow/smoke_test_kv_crypto_flow.c b/src/integration/test_suites/smoke_test_kv_crypto_flow/smoke_test_kv_crypto_flow.c index 57d79fcfa..f8c74f86c 100644 --- a/src/integration/test_suites/smoke_test_kv_crypto_flow/smoke_test_kv_crypto_flow.c +++ b/src/integration/test_suites/smoke_test_kv_crypto_flow/smoke_test_kv_crypto_flow.c @@ -35,8 +35,8 @@ volatile uint32_t rst_count __attribute__((section(".dccm.persistent"))) = 0; enum printf_verbosity verbosity_g = LOW; #endif -#ifdef RNG_SEED - unsigned time = (unsigned) RNG_SEED; +#ifdef MY_RANDOM_SEED + unsigned time = (unsigned) MY_RANDOM_SEED; #else unsigned time = 0; #endif