mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fixed missing adaption due to changes in 4x50_write
This commit is contained in:
parent
427577fee6
commit
b3f1438c6b
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ int CmdEM4x50Wipe(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
isOK = resp.status;
|
isOK = resp.status;
|
||||||
if (!isOK) {
|
if (isOK != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(FAILED, "Wiping data " _RED_("failed"));
|
PrintAndLogEx(FAILED, "Wiping data " _RED_("failed"));
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue