We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d812eb3 commit 904732cCopy full SHA for 904732c
stmhal/mpconfigport.h
@@ -84,6 +84,7 @@
84
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
85
#define MICROPY_PY_BUILTINS_COMPILE (1)
86
#define MICROPY_PY_BUILTINS_EXECFILE (1)
87
+#define MICROPY_PY_BUILTINS_POW3 (1)
88
#define MICROPY_PY_BUILTINS_HELP (1)
89
#define MICROPY_PY_BUILTINS_HELP_TEXT stmhal_help_text
90
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
0 commit comments