mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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 {
|
typedef struct {
|
||||||
uint8_t type;
|
uint8_t type;
|
||||||
uint16_t len;
|
uint16_t len;
|
||||||
uint8_t *data;
|
uint8_t data[];
|
||||||
} PACKED lf_hitag_t;
|
} PACKED lf_hitag_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue