Skip to content
Snippets Groups Projects
Commit 41d5eb4a authored by Xoaquin Castrelo's avatar Xoaquin Castrelo
Browse files

Increased command buffer size.

parent c05691be
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "command.h" #include "command.h"
#define NUM_COMMANDS 20 #define NUM_COMMANDS 200
/* Cyclic buffer; when comm_start == comm_end, length = 0 */ /* Cyclic buffer; when comm_start == comm_end, length = 0 */
struct command command_buf[NUM_COMMANDS]; struct command command_buf[NUM_COMMANDS];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment