fix lf hitag eload segmentation fault

This commit is contained in:
Philippe Teuwen 2023-07-20 21:12:21 +02:00
parent c5cfe593f5
commit 216ad5740b

View file

@ -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 {