This commit is contained in:
jakani24
2024-01-27 16:48:52 +01:00
parent ac8b9158ae
commit 8e050132d9
33 changed files with 96 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
#include "queue_ctrl.h"
#include <string.h>
#define queue_limit 1000
#define command_limit 300
#define command_limit 3000
char queue[queue_limit][command_limit];
int queue_size = 0;
int queue_start = 0;