mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
firmware, unix: return cpython compatibility (needed for __class__ and __dict__)
This commit is contained in:
parent
ec6c3c2cdc
commit
4002ef2a49
@ -33,7 +33,6 @@
|
||||
|
||||
// stuff from py/mpconfig.h
|
||||
#define MICROPY_ENABLE_COMPILER (0)
|
||||
#define MICROPY_CPYTHON_COMPAT (0)
|
||||
|
||||
// frozen modules
|
||||
#define MICROPY_MODULE_FROZEN_MPY (1)
|
||||
|
@ -26,9 +26,6 @@
|
||||
|
||||
// options to control how MicroPython is built
|
||||
|
||||
// stuff from py/mpconfig.h
|
||||
#define MICROPY_CPYTHON_COMPAT (0)
|
||||
|
||||
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
||||
#define MICROPY_PERSISTENT_CODE_LOAD (1)
|
||||
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)
|
||||
|
Loading…
Reference in New Issue
Block a user