From 08188f1b2f69ed1bdb9d64e0a47f01a1566eac80 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Fri, 14 Mar 2025 06:53:41 +0100 Subject: [PATCH] feat(core): increase the number of available systimers [no changelog] --- core/embed/sys/time/stm32/systimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/sys/time/stm32/systimer.c b/core/embed/sys/time/stm32/systimer.c index d5a2e32b30..8e449fec97 100644 --- a/core/embed/sys/time/stm32/systimer.c +++ b/core/embed/sys/time/stm32/systimer.c @@ -29,7 +29,7 @@ // // Consider different implementation (i.e. priority queue // using binary heap if MAX_SYSTIMERS exceeds 10 or more) -#define MAX_SYSTIMERS 8 +#define MAX_SYSTIMERS 16 // User timer instance struct systimer {