Skip to content

Commit

Permalink
Merge branch 'bugfix/deepfree_v44' into 'release/v4.4'
Browse files Browse the repository at this point in the history
fix(ble_mesh): fix compilation failure on using scene model. (v4.4)

See merge request espressif/esp-idf!26369
  • Loading branch information
Isl2017 committed Oct 11, 2023
2 parents c1d9e61 + c84896a commit 1c49830
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ void btc_ble_mesh_time_scene_client_cb_handler(btc_msg_t *msg);

void btc_ble_mesh_time_scene_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src);

void btc_ble_mesh_time_scene_client_arg_deep_free(btc_msg_t *msg);

void btc_ble_mesh_time_scene_client_publish_callback(uint32_t opcode, struct bt_mesh_model *model,
struct bt_mesh_msg_ctx *ctx,
struct net_buf_simple *buf);
Expand Down

0 comments on commit 1c49830

Please sign in to comment.