]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14b.c
Added Pm3-master changes from Holiman.
[proxmark3-svn] / client / cmdhf14b.c
index 15a6ab9042dc626cbe1ff09a476b38c046247313..36c517e0474260a75405749be985c1f31154942e 100644 (file)
@@ -17,6 +17,7 @@
 #include "proxmark3.h"
 #include "data.h"
 #include "graph.h"
+#include "util.h"
 #include "ui.h"
 #include "cmdparser.h"
 #include "cmdhf14b.h"
@@ -356,7 +357,7 @@ int CmdHF14BCmdRaw (const char *cmd) {
     SendCommand(&c);
     
     if (reply) {
-        if (WaitForResponseTimeout(CMD_ACK,&resp,10000)) {
+        if (WaitForResponseTimeout(CMD_ACK,&resp,1000)) {
             recv = resp.d.asBytes;
             PrintAndLog("received %i octets",resp.arg[0]);
             if(!resp.arg[0])
Impressum, Datenschutz