qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.

pull/1/head
Damien George 2017-02-03 12:39:09 +11:00
parent a19b5a01ce
commit d812eb3435
1 changed files with 1 additions and 0 deletions

View File

@ -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)