From 9640da62357277fa0b77bde811799adb0a3d142a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 29 Apr 2020 19:46:36 +0200 Subject: [PATCH] monitor: Use __attribute__ ((packed)) instead of __packed --- monitor/bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/bt.h b/monitor/bt.h index 32ea10ca4..3f854c3a2 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -2800,7 +2800,7 @@ struct bt_hci_cmd_le_remove_iso_path { struct bt_hci_cmd_le_set_host_feature { uint8_t bit_number; uint8_t bit_value; -} __packed; +} __attribute__ ((packed)); #define BT_HCI_EVT_INQUIRY_COMPLETE 0x01 struct bt_hci_evt_inquiry_complete { -- 2.47.3