mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN.
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#define MICROPY_PY_BUILTINS_FROZENSET (1)
|
||||
#define MICROPY_PY_BUILTINS_EXECFILE (1)
|
||||
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
|
||||
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
|
||||
#define MICROPY_PY_SYS_EXIT (1)
|
||||
#define MICROPY_PY_SYS_STDFILES (1)
|
||||
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
|
||||
|
||||
Reference in New Issue
Block a user