mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
porting/nimble/src/nimble_port: riot initializes timers
This commit is contained in:
committed by
Hauke Petersen
parent
9d3383b5eb
commit
7d3f3cc6af
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user