mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08:00
Remove packed attribute on em4x70_data_t struct that only has one entry
This commit is contained in:
parent
be3af8d32c
commit
a9dd75510b
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
|||
|
||||
typedef struct {
|
||||
bool parity;
|
||||
} PACKED em4x70_data_t;
|
||||
} em4x70_data_t;
|
||||
|
||||
#endif /* EM4X70_H__ */
|
||||
|
|
Loading…
Reference in a new issue