Skip to content

Commit

Permalink
fix(ble_mesh): Fix CI compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Linyan authored and espressif-bot committed Jan 3, 2024
1 parent 4f49d8d commit 3ae4203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/esp_ble_mesh/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void bt_mesh_node_reset(void)
return;
}

if (bt_prov_active()) {
if (bt_mesh_prov_active()) {
BT_WARN("%s, link is still active", __func__);
return;
}
Expand Down

0 comments on commit 3ae4203

Please sign in to comment.