porting/nimble/src/nimble_port: riot initializes timers

This commit is contained in:
Francisco Molina
2021-04-19 15:47:49 +02:00
committed by Hauke Petersen
parent 9d3383b5eb
commit 7d3f3cc6af
+2
View File
@@ -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
}