Skip to content

Commit

Permalink
os/board/rtl8721csm: fix BLE function array mismatch
Browse files Browse the repository at this point in the history
- NULL added to g_trble_drv_ops to match function in trble_ops struct
  • Loading branch information
yeetee179 authored and hs36-kim committed Jul 10, 2024
1 parent 1634949 commit 3c15779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os/board/rtl8721csm/src/component/os/tizenrt/rtk_blemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ struct trble_ops g_trble_drv_ops = {
trble_netmgr_get_profile_count,
trble_netmgr_charact_notify,
trble_netmgr_charact_indicate,
NULL,
trble_netmgr_attr_set_data,
trble_netmgr_attr_get_data,
trble_netmgr_attr_reject,
Expand Down

0 comments on commit 3c15779

Please sign in to comment.