Commit 97108fce authored by Andrew Leech's avatar Andrew Leech Committed by Damien George

esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.

To align with unix and stm32 ports.
parent 32c99174
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment