mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
core: fix typo
This commit is contained in:
parent
774ca02c41
commit
632a29ea8c
@ -9,7 +9,7 @@ SOURCE_MOD = []
|
||||
SOURCE_MOD_SECP256K1_ZKP = []
|
||||
|
||||
PYOPT = ARGUMENTS.get('PYOPT', '1')
|
||||
FROZEN = ARGUMENTS.get('TREZOR_EMULATOR_FROZEN', 0):
|
||||
FROZEN = ARGUMENTS.get('TREZOR_EMULATOR_FROZEN', 0)
|
||||
|
||||
# modtrezorconfig
|
||||
CPPPATH_MOD += [
|
||||
|
Loading…
Reference in New Issue
Block a user