Skip to content

Commit 3adffa0

Browse files
cvinayaknashif
authored andcommitted
Bluetooth: Fix minor conditional compile related comment
Fix minor conditional compile related comment. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 7ab16c4 commit 3adffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bluetooth/conn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ struct bt_conn_cb {
922922
*/
923923
void (*le_data_len_updated)(struct bt_conn *conn,
924924
struct bt_conn_le_data_len_info *info);
925-
#endif /* defined(CONFIG_BT_USER_PHY_UPDATE) */
925+
#endif /* defined(CONFIG_BT_USER_DATA_LEN_UPDATE) */
926926

927927
struct bt_conn_cb *_next;
928928
};

0 commit comments

Comments
 (0)