Skip to content

Commit 759ec54

Browse files
authored
Merge pull request #4857 from dunkmann00/enable_slice_indices
Enable slice indices
2 parents 121ea42 + c5066ef commit 759ec54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
#define MICROPY_PY_BUILTINS_SET (1)
9797
#define MICROPY_PY_BUILTINS_SLICE (1)
9898
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
99+
#define MICROPY_PY_BUILTINS_SLICE_INDICES (1)
99100
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
100101

101102
#define MICROPY_PY_CMATH (0)

0 commit comments

Comments
 (0)