Diff between e062b29cf43819f6781e6eafd494ba88f78ea5be and 9640da62357277fa0b77bde811799adb0a3d142a

Changed Files

File Additions Deletions Status
monitor/bt.h +1 -1 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index 32ea10c..3f854c3 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 {