diff --git a/porting/nimble/src/nimble_port.c b/porting/nimble/src/nimble_port.c index 484e37995..d4824d0b3 100644 --- a/porting/nimble/src/nimble_port.c +++ b/porting/nimble/src/nimble_port.c @@ -45,8 +45,10 @@ nimble_port_init(void) #if NIMBLE_CFG_CONTROLLER ble_hci_ram_init(); +#ifndef RIOT_VERSION hal_timer_init(5, NULL); os_cputime_init(32768); +#endif ble_ll_init(); #endif }