Skip to content
Snippets Groups Projects
Commit 904732cd authored by Damien George's avatar Damien George
Browse files

stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.

parent d812eb34
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment