diff options
| author | Damien George | 2017-02-03 12:39:09 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-03 12:39:09 +1100 |
| commit | d812eb3435df3cd0d8255851f8f4dfc96f2901f8 (patch) | |
| tree | 72bd5ff2790d49ac10fe10d6f8f44a8e43ca05f1 | |
| parent | a19b5a01ce5898f39ba150167bcf0d40f708e18e (diff) | |
qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
| -rw-r--r-- | qemu-arm/mpconfigport.h | 1 |
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) |
