summaryrefslogtreecommitdiff
path: root/esp8266
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-03 15:01:31 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-03 15:01:44 -0800
commite3aaffc8fd4fba33abc4dbf99eb9ea2433b5a597 (patch)
tree412f8b545067a76f51d3d8640aa0a1a103c03701 /esp8266
parenta9087fbaa21bfb1f7ed0b2503a04098b0793165b (diff)
esp8266: Support data descriptors because its heavily used by the Register library.
Fixes #68
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/mpconfigport.h1
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)