Bluetooth: Fix minor conditional compile related comment
Fix minor conditional compile related comment. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
7ab16c457b
commit
3adffa01ab
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ struct bt_conn_cb {
|
|||
*/
|
||||
void (*le_data_len_updated)(struct bt_conn *conn,
|
||||
struct bt_conn_le_data_len_info *info);
|
||||
#endif /* defined(CONFIG_BT_USER_PHY_UPDATE) */
|
||||
#endif /* defined(CONFIG_BT_USER_DATA_LEN_UPDATE) */
|
||||
|
||||
struct bt_conn_cb *_next;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue