X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c6e0a2ebebb186849764b5a227662c515cfd7c6b..4c36581b96dfb81c85f34a4229d82e51edeaf499:/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; }