X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4469412e88d37b988729fed47c6bc21d98cc6e88..fd9552568d87490a6846f8cabfe62b036f07cc47:/client/cmdlfpresco.c diff --git a/client/cmdlfpresco.c b/client/cmdlfpresco.c index e6ac19e4..20b42bc1 100644 --- a/client/cmdlfpresco.c +++ b/client/cmdlfpresco.c @@ -212,6 +212,7 @@ static command_t CommandTable[] = { }; int CmdLFPresco(const char *Cmd) { + clearCommandBuffer(); CmdsParse(CommandTable, Cmd); return 0; }