1
0
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:
Pavol Rusnak 2019-08-21 18:09:56 +02:00
parent 774ca02c41
commit 632a29ea8c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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 += [