fix(ble_mesh): Fix CI compile failure

pull/12953/head
Liu Linyan 2024-01-03 10:38:42 +08:00 zatwierdzone przez BOT
rodzic 4f49d8d7fa
commit 3ae4203ce5
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;
}