1
0
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:
Lukas Bielesch 2025-06-13 09:17:18 +02:00 committed by Lukáš Bielesch
parent 2c506d935e
commit ecbb71232e

View File

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