mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
fix lf hitag eload
segmentation fault
This commit is contained in:
parent
c5cfe593f5
commit
216ad5740b
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
uint8_t type;
|
||||
uint16_t len;
|
||||
uint8_t *data;
|
||||
uint8_t data[];
|
||||
} PACKED lf_hitag_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue