increase size of event in queue
This commit is contained in:
parent
3c0f78d3b3
commit
66ebed131d
@ -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
|
||||
|
Reference in New Issue
Block a user