kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/ble_mesh_ci_fail' into 'master'
fix(ble_mesh): Fix CI compile failure See merge request espressif/esp-idf!28233pull/12953/head
commit
b55b661e6e
|
@ -109,7 +109,7 @@ void bt_mesh_node_reset(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bt_prov_active()) {
|
if (bt_mesh_prov_active()) {
|
||||||
BT_WARN("%s, link is still active", __func__);
|
BT_WARN("%s, link is still active", __func__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue