mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-16 15:07:53 +00:00
porting: rm store_ram_init from nimble_port_run()
The ble_store_ram module is (i) deprecated and (ii) nowhere used in the NimBLE code base, hence there is no need to intialize it.
This commit is contained in:
committed by
Hauke Petersen
parent
fb3c31be66
commit
d4d4fd88e0
@@ -32,7 +32,7 @@ void
|
||||
nimble_port_init(void)
|
||||
{
|
||||
void os_msys_init(void);
|
||||
void ble_store_ram_init(void);
|
||||
|
||||
#if NIMBLE_CFG_CONTROLLER
|
||||
void ble_hci_ram_init(void);
|
||||
#endif
|
||||
@@ -44,9 +44,6 @@ nimble_port_init(void)
|
||||
|
||||
ble_hs_init();
|
||||
|
||||
/* XXX Need to have template for store */
|
||||
ble_store_ram_init();
|
||||
|
||||
#if NIMBLE_CFG_CONTROLLER
|
||||
hal_timer_init(5, NULL);
|
||||
os_cputime_init(32768);
|
||||
|
||||
Reference in New Issue
Block a user