mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-19 13:08:14 +00:00
chore(rust): increase max text ops
[no changelog]
This commit is contained in:
parent
2c506d935e
commit
ecbb71232e
@ -16,7 +16,7 @@ use heapless::Vec;
|
||||
|
||||
// So that there is only one implementation, and not multiple generic ones
|
||||
// as would be via `const N: usize` generics.
|
||||
const MAX_OPS: usize = 20;
|
||||
const MAX_OPS: usize = 30;
|
||||
|
||||
/// To account for operations that are not made of characters
|
||||
/// but need to be accounted for somehow.
|
||||
|
Loading…
Reference in New Issue
Block a user