diff --git a/core/embed/upymod/modtrezorutils/modtrezorutils.c b/core/embed/upymod/modtrezorutils/modtrezorutils.c index 283f8250bf..4dbf5468c7 100644 --- a/core/embed/upymod/modtrezorutils/modtrezorutils.c +++ b/core/embed/upymod/modtrezorutils/modtrezorutils.c @@ -284,7 +284,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(mod_trezorutils_estimate_unused_stack_obj, #if MICROPY_OOM_CALLBACK static void gc_oom_callback(void) { gc_dump_info(); -#if BLOCK_ON_VCP || TREZOR_EMULATOR +#if BLOCK_ON_VCP dump_meminfo_json(NULL); // dump to stdout #endif }