We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dda1d0 + abfb109 commit 70aae5fCopy full SHA for 70aae5f
components/bt/common/ble_log/src/ble_log_lbm.c
@@ -198,6 +198,7 @@ bool ble_log_lbm_init(void)
198
/* Initialize lock types for spin pool */
199
for (int i = 0; i < BLE_LOG_LBM_SPIN_MAX; i++) {
200
lbm_ctx->spin_pool[i].lock_type = BLE_LOG_LBM_LOCK_SPIN;
201
+ portMUX_INITIALIZE(&(lbm_ctx->spin_pool[i].spin_lock));
202
}
203
204
#if CONFIG_BLE_LOG_LL_ENABLED
0 commit comments