mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -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 {
|
typedef struct iclass_premac {
|
||||||
uint8_t mac[4];
|
uint8_t mac[4];
|
||||||
} iclass_premac_t;
|
} PACKED iclass_premac_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool use_credit_key;
|
bool use_credit_key;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue