X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0920f54c660303f39642fcd91080cf94567e9d52..53b3c3e816c8a322a15d2b20652d6126baa6644a:/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; }