mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
EM4x05: init flipped array
This commit is contained in:
parent
dd6044e508
commit
1731db2f0c
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@ int CmdEM4x05Unlock(const char *Cmd) {
|
||||||
uint32_t soon = 0;
|
uint32_t soon = 0;
|
||||||
uint32_t late = 0;
|
uint32_t late = 0;
|
||||||
|
|
||||||
em4x05_unlock_item_t flipped[64];
|
em4x05_unlock_item_t flipped[64] ={{0,0}};
|
||||||
|
|
||||||
//
|
//
|
||||||
// main loop
|
// main loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue