Bluetooth: fix old-style warning gcc

fix GCC warning old-style-declaration on bluetooth host/att.c

Signed-off-by: PENNORS Thomas <t.pennors@lacroix.group>
This commit is contained in:
PENNORS Thomas 2025-01-18 13:40:41 +00:00 committed by Benjamin Cabé
parent dd0a5a76bc
commit 5165c911c9

View file

@ -133,7 +133,7 @@ static uint16_t bt_att_mtu(struct bt_att_chan *chan)
/* Descriptor of application-specific authorization callbacks that are used
* with the CONFIG_BT_GATT_AUTHORIZATION_CUSTOM Kconfig enabled.
*/
const static struct bt_gatt_authorization_cb *authorization_cb;
static const struct bt_gatt_authorization_cb *authorization_cb;
/* ATT connection specific data */
struct bt_att {