mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user