esp8266: Support data descriptors because its heavily used by the Register library.
Fixes #68
This commit is contained in:
parent
a9087fbaa2
commit
e3aaffc8fd
|
@ -37,6 +37,7 @@
|
|||
#define MICROPY_PY_BUILTINS_SLICE (1)
|
||||
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (1)
|
||||
#define MICROPY_PY_DESCRIPTORS (1)
|
||||
#define MICROPY_PY___FILE__ (0)
|
||||
#define MICROPY_PY_GC (1)
|
||||
#define MICROPY_PY_ARRAY (1)
|
||||
|
|
Loading…
Reference in New Issue