mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
feat(core): enable f-strings for micropython
[no changelog]
This commit is contained in:
parent
b957dfbddb
commit
32be2c09b9
@ -123,6 +123,7 @@
|
||||
#define MICROPY_PY_SYS_PLATFORM "trezor"
|
||||
#define MICROPY_PY_UERRNO (0)
|
||||
#define MICROPY_PY_THREAD (0)
|
||||
#define MICROPY_PY_FSTRINGS (1)
|
||||
|
||||
// extended modules
|
||||
#define MICROPY_PY_UCTYPES (1)
|
||||
|
@ -131,6 +131,7 @@
|
||||
#define MICROPY_PY_SYS_PLATFORM "trezor-emulator"
|
||||
#define MICROPY_PY_UERRNO (0)
|
||||
#define MICROPY_PY_THREAD (0)
|
||||
#define MICROPY_PY_FSTRINGS (1)
|
||||
|
||||
// extended modules
|
||||
#define MICROPY_PY_UCTYPES (1)
|
||||
|
Loading…
Reference in New Issue
Block a user