mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-10 11:10:03 +00:00
mesh: Fix missing semicolon for debug log
Without this it's not possible to build cfg_srv.c with debug logs enabled.
This commit is contained in:
@@ -1013,7 +1013,7 @@ static void relay_set(struct bt_mesh_model *model,
|
||||
cfg->relay, change ? "changed" : "not changed",
|
||||
cfg->relay_retransmit,
|
||||
BT_MESH_TRANSMIT_COUNT(cfg->relay_retransmit),
|
||||
BT_MESH_TRANSMIT_INT(cfg->relay_retransmit))
|
||||
BT_MESH_TRANSMIT_INT(cfg->relay_retransmit));
|
||||
|
||||
sub = bt_mesh_subnet_get(cfg->hb_pub.net_idx);
|
||||
if ((cfg->hb_pub.feat & BT_MESH_FEAT_RELAY) && sub && change) {
|
||||
|
||||
Reference in New Issue
Block a user