Skip to content

Commit db4e009

Browse files
committed
esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS
1 parent f274561 commit db4e009

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#define MICROPY_PY_BUILTINS_FROZENSET (1)
3434
#define MICROPY_PY_BUILTINS_SET (1)
3535
#define MICROPY_PY_BUILTINS_SLICE (1)
36+
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
3637
#define MICROPY_PY_BUILTINS_PROPERTY (1)
3738
#define MICROPY_PY___FILE__ (0)
3839
#define MICROPY_PY_GC (1)

0 commit comments

Comments
 (0)