diff --git a/nimble/host/mesh/src/health_srv.c b/nimble/host/mesh/src/health_srv.c index 32c2443ba..97e3e043b 100644 --- a/nimble/host/mesh/src/health_srv.c +++ b/nimble/host/mesh/src/health_srv.c @@ -394,7 +394,7 @@ int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary) return -EINVAL; } - model->pub->update = health_pub_update, + model->pub->update = health_pub_update; k_delayed_work_init(&srv->attn_timer, attention_off); k_delayed_work_add_arg(&srv->attn_timer, srv);