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:
parent
5a2b794abb
commit
08188f1b2f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user