update CFG_TIMER_OPERATION_QUEUE_SIZE to 2 to allow scheduling deletion of timers while they're pending.
This commit is contained in:
parent
1c1dad30d9
commit
e2020c2b0c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
/*-------------------------------- TIMER ------------------------------*/
|
||||
#define CFG_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. freq = (32768/(PRESCALER+1)) */
|
||||
#define CFG_TIMER_MAX_INSTANCE 1 /**< Maximum number of simultaneously created timers. */
|
||||
#define CFG_TIMER_OPERATION_QUEUE_SIZE 1 /**< Size of timer operation queues. */
|
||||
#define CFG_TIMER_OPERATION_QUEUE_SIZE 2 /**< Size of timer operation queues. */
|
||||
/*=========================================================================*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue