From 66ebed131db33f1d2022898438ff81f4b6aaebca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Mon, 28 Aug 2023 14:49:36 +0200 Subject: [PATCH] increase size of event in queue --- 306-controller_interface.X/xf/xf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/306-controller_interface.X/xf/xf.h b/306-controller_interface.X/xf/xf.h index 38c1f14..b74e185 100644 --- a/306-controller_interface.X/xf/xf.h +++ b/306-controller_interface.X/xf/xf.h @@ -28,7 +28,7 @@ typedef struct Timer_ // timer structure /* depending on usage, change MAXTIMER and MAXEVENT */ /*----------------------------------------------------------------------------*/ #define MAXTIMER 8 // number of timers in our system -#define MAXEVENT 12 // number of events in our system +#define MAXEVENT 20 // number of events in our system #define NULLTIMER 0 // no value for time #define TICKINTERVAL 10 // this is the ticktimers duration