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:
Vinayak Kariappa Chettimada 2021-09-24 07:07:14 +05:30 committed by Anas Nashif
commit 3adffa01ab

View file

@ -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;
};