mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
Enable slice support in config.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user