]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfepa.c
Finally, rewrote bootrom and flasher program, much faster now
[proxmark3-svn] / client / cmdhfepa.c
index c6db746c6ed52945af83698af3a5eb6cd2ee5a45..d9413cf3e2d84c03ed1149966b0514652a6a6907 100644 (file)
@@ -9,7 +9,7 @@
 //-----------------------------------------------------------------------------
 
 #include "util.h"
-#include "proxusb.h"
+//#include "proxusb.h"
 #include "proxmark3.h"
 #include "ui.h"
 #include "cmdparser.h"
@@ -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);
Impressum, Datenschutz