Skip to content

Commit 9d0192d

Browse files
committed
stmhal: Enable "all special methods" configuration option.
1 parent f09f809 commit 9d0192d

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
@@ -63,6 +63,7 @@
6363
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
6464
#define MICROPY_PY_BUILTINS_FROZENSET (1)
6565
#define MICROPY_PY_BUILTINS_EXECFILE (1)
66+
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
6667
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
6768
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
6869
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)

0 commit comments

Comments
 (0)