]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhftopaz.c
FIX: Coverity Scan fixes, a bunch of them.
[proxmark3-svn] / client / cmdhftopaz.c
index 466af7c0faf6d5830af029f46d203df439489fce..271f41b0604c32c4a74ebe6dd53450d5da5654f5 100644 (file)
@@ -396,8 +396,9 @@ static command_t CommandTable[] =
 
 int CmdHFTopaz(const char *Cmd) {
        // flush
-       WaitForResponseTimeout(CMD_ACK,NULL,100);
-
+       //WaitForResponseTimeout(CMD_ACK,NULL,100);
+       clearCommandBuffer();
+       
        // parse
        CmdsParse(CommandTable, Cmd);
        return 0;
Impressum, Datenschutz