diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-03 15:01:31 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-03 15:01:44 -0800 |
| commit | e3aaffc8fd4fba33abc4dbf99eb9ea2433b5a597 (patch) | |
| tree | 412f8b545067a76f51d3d8640aa0a1a103c03701 /esp8266 | |
| parent | a9087fbaa21bfb1f7ed0b2503a04098b0793165b (diff) | |
esp8266: Support data descriptors because its heavily used by the Register library.
Fixes #68
Diffstat (limited to 'esp8266')
| -rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index dbfe24afd..6fc653c4e 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -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) |
