From a9dd75510b885448a6e7a6b2a2808493a45d0877 Mon Sep 17 00:00:00 2001 From: Christian Molson Date: Tue, 8 Dec 2020 16:40:24 -0500 Subject: [PATCH] Remove packed attribute on em4x70_data_t struct that only has one entry --- include/em4x70.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/em4x70.h b/include/em4x70.h index e54e09647..503b5f2e8 100644 --- a/include/em4x70.h +++ b/include/em4x70.h @@ -13,6 +13,6 @@ typedef struct { bool parity; -} PACKED em4x70_data_t; +} em4x70_data_t; #endif /* EM4X70_H__ */