Browse Source

stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.

It's a useful core feature.

Signed-off-by: Damien George <damien@micropython.org>
pull/6400/head
Damien George 4 years ago
parent
commit
5e69926ea0
  1. 1
      ports/stm32/mpconfigport.h

1
ports/stm32/mpconfigport.h

@ -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)

Loading…
Cancel
Save