Bluetooth: mesh: Fix missing semicolon
Fix a missing semicolon at the end of a statement. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
67786e3270
commit
022f9157e8
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue