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:
parent
806c95163a
commit
1c7a6e2679
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
double start_offset;
|
double start_offset;
|
||||||
double max_resync_offset;
|
bs_time_t max_resync_offset;
|
||||||
bool delay_init;
|
bool delay_init;
|
||||||
bool sync_preinit;
|
bool sync_preinit;
|
||||||
bool sync_preboot;
|
bool sync_preboot;
|
||||||
|
|
Loading…
Reference in a new issue