1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-04 17:26:23 +00:00

fixup! feat(core): estimate workflow stack usage

This commit is contained in:
Roman Zeyde 2025-03-03 11:29:00 +02:00
parent efe52b2389
commit 1517fa80a3

View File

@ -456,6 +456,8 @@ STATIC mp_obj_tuple_t mod_trezorutils_version_obj = {
/// if __debug__:
/// DISABLE_ANIMATION: bool
/// """Whether the firmware should disable animations."""
/// LOG_STACK_USAGE: bool
/// """Whether the firmware should log estimated stack usage."""
STATIC const mp_rom_map_elem_t mp_module_trezorutils_globals_table[] = {
{MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_trezorutils)},