board nrf52_bsim: Fix build warning with clang

Fix a build warning with clang due to an implicit cast.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-13 13:01:35 +02:00 committed by Carles Cufí
parent 806c95163a
commit 1c7a6e2679

View file

@ -23,7 +23,7 @@
static struct {
double start_offset;
double max_resync_offset;
bs_time_t max_resync_offset;
bool delay_init;
bool sync_preinit;
bool sync_preboot;