Skip to content

Commit

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

See merge request espressif/esp-idf!26358
  • Loading branch information
Isl2017 committed Oct 11, 2023
2 parents 82ccd61 + d9af385 commit 6a33321
Showing 1 changed file with 2 additions and 0 deletions.
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 6a33321

Please sign in to comment.