summaryrefslogtreecommitdiff
path: root/qemu-arm
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-02-03 12:39:09 +1100
committerDamien George <damien.p.george@gmail.com>2017-02-03 12:39:09 +1100
commitd812eb3435df3cd0d8255851f8f4dfc96f2901f8 (patch)
tree72bd5ff2790d49ac10fe10d6f8f44a8e43ca05f1 /qemu-arm
parenta19b5a01ce5898f39ba150167bcf0d40f708e18e (diff)
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
Diffstat (limited to 'qemu-arm')
-rw-r--r--qemu-arm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
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)