8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bece22 commit 85bd46aCopy full SHA for 85bd46a
ports/nrf/mpconfigport.h
@@ -99,9 +99,9 @@
99
#define MICROPY_MODULE_BUILTIN_INIT (1)
100
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
101
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
102
-#define MICROPY_PY_ARRAY_SLICE_ASSIGN (0)
+#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
103
#define MICROPY_NONSTANDARD_TYPECODES (0)
104
-#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
+#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
105
#define MICROPY_PY_SYS_EXIT (1)
106
#define MICROPY_PY_SYS_MAXSIZE (1)
107
#define MICROPY_PY_SYS_STDFILES (0)
0 commit comments