Enable slice support in config.
This commit is contained in:
parent
31ba60f836
commit
cd22627f78
|
@ -25,3 +25,9 @@
|
|||
#ifndef MICROPY_MEM_STATS
|
||||
#define MICROPY_MEM_STATS (1)
|
||||
#endif
|
||||
|
||||
// Whether to support slice object and correspondingly
|
||||
// slice subscript operators
|
||||
#ifndef MICROPY_ENABLE_SLICE
|
||||
#define MICROPY_ENABLE_SLICE (1)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue