set array pointer to end of struct. Otherwise we will have some issues

This commit is contained in:
iceman1001 2023-11-11 15:47:58 +01:00
commit 21fa3331b5

View file

@ -68,8 +68,8 @@ typedef struct {
typedef struct {
iso14a_card_select_t card_info;
uint8_t *dump;
uint16_t dumplen;
uint8_t *dump;
} iso14a_mf_extdump_t;
typedef struct {