stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.

It's a useful core feature.

Signed-off-by: Damien George <damien@micropython.org>
bound-method-equality
Damien George 2020-09-04 01:04:08 +10:00
parent 38959ed8f1
commit 5e69926ea0
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@
#define MICROPY_PY_BUILTINS_SLICE_INDICES (1)
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_COMPILE (MICROPY_ENABLE_COMPILER)
#define MICROPY_PY_BUILTINS_EXECFILE (MICROPY_ENABLE_COMPILER)
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)