mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
zephyr: Enable slice subscription.
Required for the testsuite.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user