Skip to content

Commit e3aaffc

Browse files
committed
esp8266: Support data descriptors because its heavily used by the Register library.
Fixes #68
1 parent a9087fb commit e3aaffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#define MICROPY_PY_BUILTINS_SLICE (1)
3838
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
3939
#define MICROPY_PY_BUILTINS_PROPERTY (1)
40+
#define MICROPY_PY_DESCRIPTORS (1)
4041
#define MICROPY_PY___FILE__ (0)
4142
#define MICROPY_PY_GC (1)
4243
#define MICROPY_PY_ARRAY (1)

0 commit comments

Comments
 (0)