]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark...
authormartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 16 Sep 2013 18:38:47 +0000 (18:38 +0000)
committermartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 16 Sep 2013 18:38:47 +0000 (18:38 +0000)
client/cmdhf14b.c

index 83d6633c1e72e31d29cec4f714fabe9d87f425d9..7694c2cd3a7399898db88278a3c8174b9ef42bec 100644 (file)
@@ -147,6 +147,7 @@ int CmdHF14BList(const char *Cmd)
 {
   uint8_t got[960];
   GetFromBigBuf(got,sizeof(got),0);
+  WaitForResponse(CMD_ACK,NULL);
 
   PrintAndLog("recorded activity:");
   PrintAndLog(" time  :rssi: who bytes");
Impressum, Datenschutz