Remove packed attribute on em4x70_data_t struct that only has one entry

This commit is contained in:
Christian Molson 2020-12-08 16:40:24 -05:00
parent be3af8d32c
commit a9dd75510b

View file

@ -13,6 +13,6 @@
typedef struct {
bool parity;
} PACKED em4x70_data_t;
} em4x70_data_t;
#endif /* EM4X70_H__ */