X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fe7bfa785696615de44fd896214182446a664646..7dd1908b241b3a9e5764112bd822472f80287073:/client/cmdhfepa.c diff --git a/client/cmdhfepa.c b/client/cmdhfepa.c index c6db746c..41f801e7 100644 --- a/client/cmdhfepa.c +++ b/client/cmdhfepa.c @@ -88,7 +88,7 @@ int CmdHelp(const char *Cmd) int CmdHFEPA(const char *Cmd) { // flush - while (!WaitForResponseTimeout(CMD_ACK,NULL,500)); + WaitForResponseTimeout(CMD_ACK,NULL,100); // parse CmdsParse(CommandTable, Cmd);