mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-01 07:37:52 +00:00
mesh: Fix missing semicolon
Fix a missing semicolon at the end of a statement.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user