esp8266: Support data descriptors because its heavily used by the Register library.

Fixes #68
This commit is contained in:
Scott Shawcroft 2017-01-03 15:01:31 -08:00
parent a9087fbaa2
commit e3aaffc8fd
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define MICROPY_PY_BUILTINS_SLICE (1) #define MICROPY_PY_BUILTINS_SLICE (1)
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) #define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
#define MICROPY_PY_BUILTINS_PROPERTY (1) #define MICROPY_PY_BUILTINS_PROPERTY (1)
#define MICROPY_PY_DESCRIPTORS (1)
#define MICROPY_PY___FILE__ (0) #define MICROPY_PY___FILE__ (0)
#define MICROPY_PY_GC (1) #define MICROPY_PY_GC (1)
#define MICROPY_PY_ARRAY (1) #define MICROPY_PY_ARRAY (1)