Remove unwanted task lock when HS_DEBUG is enabled

This commit is contained in:
Rahul Tank
2024-02-20 18:48:54 +05:30
committed by Abhinav Kudnar
parent 0300e14c19
commit 69cc84e161
-2
View File
@@ -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;