diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-18 21:52:52 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-18 21:52:52 +0300 |
commit | bbd0d27a251cf337e45ec4859777ddb7baf836f2 (patch) | |
tree | c36ca3e5c710e0b8448ad8f22b7070c9740fefdf | |
parent | 56a514c193a246de3782a02cf0ae9b09b8563e9c (diff) |
zephyr: Enable slice subscription.
Required for the testsuite.
-rw-r--r-- | zephyr/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h index 64cf206be..26fb1410f 100644 --- a/zephyr/mpconfigport.h +++ b/zephyr/mpconfigport.h @@ -48,7 +48,6 @@ #define MICROPY_PY_BUILTINS_RANGE_ATTRS (0) #define MICROPY_PY_BUILTINS_REVERSED (0) #define MICROPY_PY_BUILTINS_SET (0) -#define MICROPY_PY_BUILTINS_SLICE (0) #define MICROPY_PY_ARRAY (0) #define MICROPY_PY_COLLECTIONS (0) #define MICROPY_PY_CMATH (0) |