esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.

To align with unix and stm32 ports.
bound-method-equality
Andrew Leech 2020-10-21 08:54:46 +11:00 committed by Damien George
parent 32c99174e1
commit 97108fce57
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
// control over Python builtins
#define MICROPY_PY_FUNCTION_ATTRS (1)
#define MICROPY_PY_DESCRIPTORS (1)
#define MICROPY_PY_DELATTR_SETATTR (1)
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#define MICROPY_PY_BUILTINS_STR_CENTER (1)