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:
parent
dd0a5a76bc
commit
5165c911c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue