Skip to content

Commit

Permalink
Merge branch 'bugfix/ble_mesh_ci_fail' into 'master'
Browse files Browse the repository at this point in the history
fix(ble_mesh): Fix CI compile failure

See merge request espressif/esp-idf!28233
  • Loading branch information
Liu Linyan committed Jan 3, 2024
2 parents 59e9374 + 3ae4203 commit b55b661
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 b55b661

Please sign in to comment.