X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b725f2ca21d11709b5e61595bd88ae260fee4c7f..c24364a8a4932f51a9b9e255d2ed0c67b9e37c74:/client/cmdhfmfdesfire.c?ds=sidebyside diff --git a/client/cmdhfmfdesfire.c b/client/cmdhfmfdesfire.c index 5eada6e9..89784da2 100644 --- a/client/cmdhfmfdesfire.c +++ b/client/cmdhfmfdesfire.c @@ -240,7 +240,6 @@ static command_t CommandTable[] = int CmdHFMFDesfire(const char *Cmd){ // flush clearCommandBuffer(); - //WaitForResponseTimeout(CMD_ACK,NULL,100); CmdsParse(CommandTable, Cmd); return 0; }