X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c068ebb78f2e4070fcf1a604df0d7088374b60c6..95aeb706d719f5ce1ad9aa1aac7eeeebff7e7a56:/client/cmdmain.c diff --git a/client/cmdmain.c b/client/cmdmain.c index b0d3d2a0..75778d1a 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -34,7 +34,7 @@ static int CmdHelp(const char *Cmd); static int CmdQuit(const char *Cmd); //For storing command that are received from the device -#define CMD_BUFFER_SIZE 50 +#define CMD_BUFFER_SIZE 60 static UsbCommand cmdBuffer[CMD_BUFFER_SIZE]; //Points to the next empty position to write to static int cmd_head;//Starts as 0