Skip to content

Commit 904732c

Browse files
committed
stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.
1 parent d812eb3 commit 904732c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
8585
#define MICROPY_PY_BUILTINS_COMPILE (1)
8686
#define MICROPY_PY_BUILTINS_EXECFILE (1)
87+
#define MICROPY_PY_BUILTINS_POW3 (1)
8788
#define MICROPY_PY_BUILTINS_HELP (1)
8889
#define MICROPY_PY_BUILTINS_HELP_TEXT stmhal_help_text
8990
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)

0 commit comments

Comments
 (0)