8000 qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option. · nickzoic/micropython-esp32@d812eb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d812eb3

Browse files
committed
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
1 parent a19b5a0 commit d812eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qemu-arm/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
2121
#define MICROPY_PY_BUILTINS_FROZENSET (1)
2222
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
23+
#define MICROPY_PY_BUILTINS_POW3 (1)
2324
#define MICROPY_PY_IO (1)
2425
#define MICROPY_PY_SYS_EXIT (1)
2526
#define MICROPY_PY_SYS_MAXSIZE (1)

0 commit comments

Comments
 (0)
0