mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-15 14:37:57 +00:00
Remove unwanted task lock when HS_DEBUG is enabled
This commit is contained in:
committed by
Abhinav Kudnar
parent
0300e14c19
commit
69cc84e161
@@ -222,8 +222,6 @@ ble_hs_id_addr(uint8_t id_addr_type, const uint8_t **out_id_addr,
|
||||
const uint8_t *id_addr;
|
||||
int nrpa;
|
||||
|
||||
BLE_HS_DBG_ASSERT(ble_hs_locked_by_cur_task());
|
||||
|
||||
switch (id_addr_type) {
|
||||
case BLE_ADDR_PUBLIC:
|
||||
id_addr = ble_hs_id_pub;
|
||||
|
||||
Reference in New Issue
Block a user