fix(ble_mesh): Fix CI compile failure

This commit is contained in:
Liu Linyan
2024-01-03 10:38:42 +08:00
committed by BOT
parent 4f49d8d7fa
commit 3ae4203ce5

View File

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