1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 15:08:19 +00:00

fix(core/prodtest): fix prodtest emulator build

[no changelog]
This commit is contained in:
tychovrahe 2025-06-10 10:12:17 +02:00 committed by TychoVrahe
parent 0cf22ece39
commit f2564573eb

View File

@ -30,6 +30,7 @@ CCFLAGS_MOD = ''
CPPPATH_MOD = []
CPPDEFINES_MOD = [
'KERNEL_MODE',
'SECURE_MODE',
'AES_128',
'USE_INSECURE_PRNG',
]