]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhid.c
CHG: clearCommandBuffer(); before calling cmdparser.
[proxmark3-svn] / client / cmdlfhid.c
index 85d72b67afc7be44b4f5b080ff28936a406b71d0..ff25d07e6af7bcd385d99f6320e9a282b334dc3e 100644 (file)
@@ -372,6 +372,7 @@ static command_t CommandTable[] = {
 };
 
 int CmdLFHID(const char *Cmd) {
+       clearCommandBuffer();
        CmdsParse(CommandTable, Cmd);
        return 0;
 }
Impressum, Datenschutz