From d812eb3435df3cd0d8255851f8f4dfc96f2901f8 Mon Sep 17 00:00:00 2001 From: Damien George <damien.p.george@gmail.com> Date: Fri, 3 Feb 2017 12:39:09 +1100 Subject: [PATCH] qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option. --- qemu-arm/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index 8ee9cdc4b..853385d6a 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -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) -- GitLab