arm side MifareCWipe wipe works

This commit is contained in:
merlokk 2017-09-20 13:14:53 +03:00
commit 94290be2b0

View file

@ -1937,6 +1937,7 @@ int CmdHF14AMfCWipe(const char *Cmd)
PrintAndLog("Can't wipe. error=%d", res); PrintAndLog("Can't wipe. error=%d", res);
return 1; return 1;
} }
PrintAndLog("OK");
return 0; return 0;
} }