X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0de8e3874d6524379550a50a4d9c29faf2d239ea..3e134b4c20a5528b8264cd87d3fdebd0b2df6fd9:/client/cmdhw.c diff --git a/client/cmdhw.c b/client/cmdhw.c index 03f4186f..11112118 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -473,8 +473,8 @@ static command_t CommandTable[] = {NULL, NULL, 0, NULL} }; -int CmdHW(const char *Cmd) -{ +int CmdHW(const char *Cmd) { + clearCommandBuffer(); CmdsParse(CommandTable, Cmd); return 0; }