mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
structs to be used with device must be PACKED
This commit is contained in:
parent
b823fb48c8
commit
3a35cb8324
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ typedef struct {
|
|||
|
||||
typedef struct iclass_premac {
|
||||
uint8_t mac[4];
|
||||
} iclass_premac_t;
|
||||
} PACKED iclass_premac_t;
|
||||
|
||||
typedef struct {
|
||||
bool use_credit_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue