Skip to content

Commit 565da3f

Browse files
committed
stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN.
1 parent a2e3838 commit 565da3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#define MICROPY_PY_BUILTINS_FROZENSET (1)
6060
#define MICROPY_PY_BUILTINS_EXECFILE (1)
6161
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
62+
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
6263
#define MICROPY_PY_SYS_EXIT (1)
6364
#define MICROPY_PY_SYS_STDFILES (1)
6465
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)

0 commit comments

Comments
 (0)