]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
CHG: moved a xor function into util.c
[proxmark3-svn] / client / cmdmain.c
index b0d3d2a04e8da46d29b6f037e2302cc6740f521d..75778d1a71daa9a9e872aa116efeb31ea8e16e23 100644 (file)
@@ -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
Impressum, Datenschutz