diff options
| author | Radomir Dopieralski | 2016-10-11 12:22:36 +0200 |
|---|---|---|
| committer | Radomir Dopieralski | 2016-10-11 12:22:36 +0200 |
| commit | db4e0092170914f2d74b5946f56789f36add2e27 (patch) | |
| tree | 0d7afa5b3e560204f65e04a42ecc505f0dfc5124 | |
| parent | f274561e16dd35242d34c9b8fa7a09905857992c (diff) | |
esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS
| -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 19cf9a679..5f65e920f 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -33,6 +33,7 @@ #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_SET (1) #define MICROPY_PY_BUILTINS_SLICE (1) +#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) #define MICROPY_PY_BUILTINS_PROPERTY (1) #define MICROPY_PY___FILE__ (0) #define MICROPY_PY_GC (1) |
