X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7f6ccd3926edb78bd23dd90ec59c7036bdff964a..e994394a40ad9c7b8e33e2fed3357d5d91ab2709:/client/cmdhfepa.c diff --git a/client/cmdhfepa.c b/client/cmdhfepa.c index ed903cf6..68176bf6 100644 --- a/client/cmdhfepa.c +++ b/client/cmdhfepa.c @@ -197,9 +197,10 @@ int CmdHelp(const char *Cmd) int CmdHFEPA(const char *Cmd) { // flush - WaitForResponseTimeout(CMD_ACK,NULL,100); + clearCommandBuffer(); + //WaitForResponseTimeout(CMD_ACK,NULL,100); // parse - CmdsParse(CommandTable, Cmd); - return 0; + CmdsParse(CommandTable, Cmd); + return 0; }