8000 enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRS · sparkfun/circuitpython@85bd46a · GitHub
[go: up one dir, main page]

Skip to content

Commit 85bd46a

Browse files
committed
enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRS
1 parent 4bece22 commit 85bd46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/nrf/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
#define MICROPY_MODULE_BUILTIN_INIT (1)
100100
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
101101
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
102-
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (0)
102+
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
103103
#define MICROPY_NONSTANDARD_TYPECODES (0)
104-
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
104+
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
105105
#define MICROPY_PY_SYS_EXIT (1)
106106
#define MICROPY_PY_SYS_MAXSIZE (1)
107107
#define MICROPY_PY_SYS_STDFILES (0)

0 commit comments

Comments
 (0)
0