mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix debug val
This commit is contained in:
parent
03d994ea2c
commit
63a2d38191
1 changed files with 1 additions and 1 deletions
|
@ -1730,7 +1730,7 @@ static int CmdEM4x05Unlock(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t search_value = 0;
|
uint32_t search_value = 0;
|
||||||
uint32_t write_value = 0xFFFF0000;
|
uint32_t write_value = 0;
|
||||||
//
|
//
|
||||||
// inital phase
|
// inital phase
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue