aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2017-02-03 12:39:33 +1100
committerDamien George2017-02-03 12:39:33 +1100
commit904732cdc9a52fe955b9d939690ddff8f03bf61f (patch)
treefa318490af500e3af8d24072fdcd94760a055ff5
parentd812eb3435df3cd0d8255851f8f4dfc96f2901f8 (diff)
stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index 083f75418..5828f07c7 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -84,6 +84,7 @@
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_BUILTINS_EXECFILE (1)
+#define MICROPY_PY_BUILTINS_POW3 (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_TEXT stmhal_help_text
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)