up queue for XF timer
This commit is contained in:
parent
1ea26b2a6c
commit
b6bb8fca91
@ -27,7 +27,7 @@ typedef struct Timer_ // timer structure
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* depending on usage, change MAXTIMER and MAXEVENT */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
#define MAXTIMER 8 // number of timers in our system
|
||||
#define MAXTIMER 15 // number of timers in our system
|
||||
#define MAXEVENT 20 // number of events in our system
|
||||
|
||||
#define NULLTIMER 0 // no value for time
|
||||
|
Reference in New Issue
Block a user