From 94290be2b0bcf3e9d5a408bc607cfb4456b1d448 Mon Sep 17 00:00:00 2001 From: merlokk Date: Wed, 20 Sep 2017 13:14:53 +0300 Subject: [PATCH] arm side MifareCWipe wipe works --- client/cmdhfmf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index ec37d1a3..a9d5d23d 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1937,6 +1937,7 @@ int CmdHF14AMfCWipe(const char *Cmd) PrintAndLog("Can't wipe. error=%d", res); return 1; } + PrintAndLog("OK"); return 0; }