From db4e0092170914f2d74b5946f56789f36add2e27 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 11 Oct 2016 12:22:36 +0200 Subject: [PATCH] esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS --- esp8266/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 19cf9a6792..5f65e920f1 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)