1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 15:00:58 +00:00

fix(core): fix TREZOR_MEMPERF flag

[no changelog]
This commit is contained in:
M1nd3r 2024-11-14 17:23:55 +01:00 committed by Petr Sedláček
parent 4d4ab93197
commit ed90f6bd08

View File

@ -461,7 +461,7 @@ if ARGUMENTS.get('TREZOR_EMULATOR_DEBUGGABLE', '0') == '1':
if ARGUMENTS.get('TREZOR_MEMPERF', '0') == '1':
CPPDEFINES_MOD += [
('MICROPY_TREZOR_MEMPERF', '\(1\)')
('MICROPY_TREZOR_MEMPERF', '1')
]
env.Replace(