Merge branch 'bugfix/ble_mesh_ci_fail' into 'master'

fix(ble_mesh): Fix CI compile failure

See merge request espressif/esp-idf!28233
pull/12901/merge
Liu Linyan 2024-01-03 14:22:30 +08:00
commit b55b661e6e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}