qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
This commit is contained in:
parent
a19b5a01ce
commit
d812eb3435
|
@ -20,6 +20,7 @@
|
|||
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
|
||||
#define MICROPY_PY_BUILTINS_FROZENSET (1)
|
||||
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
|
||||
#define MICROPY_PY_BUILTINS_POW3 (1)
|
||||
#define MICROPY_PY_IO (1)
|
||||
#define MICROPY_PY_SYS_EXIT (1)
|
||||
#define MICROPY_PY_SYS_MAXSIZE (1)
|
||||
|
|
Loading…
Reference in New Issue