mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
sing emulator memory for sim and restore -> "data" in struct no longer necessary
This commit is contained in:
parent
033155e358
commit
754285d9c7
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ typedef struct {
|
||||||
uint32_t password2;
|
uint32_t password2;
|
||||||
uint32_t word;
|
uint32_t word;
|
||||||
uint32_t addresses;
|
uint32_t addresses;
|
||||||
uint8_t data[136];
|
|
||||||
} PACKED em4x50_data_t;
|
} PACKED em4x50_data_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue