X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2b1f4228c2987459445d30443f92038f9ea080c6..9332b857ffeee343334064d3ca53048f59c55e50:/client/cmdhficlass.c?ds=sidebyside diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 7f0779b6..577baa54 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -32,6 +32,7 @@ #include "protocols.h" #include "usb_cmd.h" #include "cmdhfmfu.h" +#include "cmdhf.h" #define llX PRIx64 @@ -62,7 +63,8 @@ int xorbits_8(uint8_t val) { } int CmdHFiClassList(const char *Cmd) { - PrintAndLog("Deprecated command, use 'hf list iclass' instead"); + //PrintAndLog("Deprecated command, use 'hf list iclass' instead"); + CmdHFList("iclass"); return 0; }