Enable slice indices

This commit is contained in:
George Waters 2021-06-03 22:55:32 -04:00
parent a99eba35b8
commit c5066efacb
No known key found for this signature in database
GPG Key ID: D993F8B1CC21DB25
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
#define MICROPY_PY_BUILTINS_SET (1)
#define MICROPY_PY_BUILTINS_SLICE (1)
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
#define MICROPY_PY_BUILTINS_SLICE_INDICES (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#define MICROPY_PY_CMATH (0)