Skip to content

Commit

Permalink
adapt response struct for hitag2 so be large enough to handle 256byte…
Browse files Browse the repository at this point in the history
…s for cryptostream
  • Loading branch information
iceman1001 committed May 27, 2024
1 parent d3d701f commit 8d1e9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hitag.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct {

typedef struct {
int status;
uint8_t data[48];
uint8_t data[256];
} PACKED lf_hitag_crack_response_t;

//---------------------------------------------------------
Expand Down

0 comments on commit 8d1e9c1

Please sign in to comment.