fix lf hitag eload segmentation fault

This commit is contained in:
Philippe Teuwen
2023-07-20 21:12:26 +02:00
parent c5cfe593f5
commit 216ad5740b
+1 -1
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 {