1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-22 19:15:43 +00:00

feat(core): increase the number of available systimers

[no changelog]
This commit is contained in:
tychovrahe 2025-03-14 06:53:41 +01:00
parent 5a2b794abb
commit 08188f1b2f

View File

@ -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 {