diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-20 23:55:27 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-20 23:55:27 +0100 |
commit | 9d0192de4a7ec1f5677b356143536a2703c6571a (patch) | |
tree | 508c2e81ba5067ed13c80ec6b18adf4ea1982a2a | |
parent | f09f8097d5c6a8c39ce45f11e68ad1eb4a8b7662 (diff) |
stmhal: Enable "all special methods" configuration option.
-rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index a06102811..52032135c 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -63,6 +63,7 @@ #define MICROPY_PY_BUILTINS_MEMORYVIEW (1) #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_EXECFILE (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) #define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) |