From 565da3f569afa5299ed8dd09e740620c2a3e8e6f Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 2 Mar 2015 13:45:35 +0000 Subject: [PATCH] stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN. --- stmhal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 39256bebbd..b353fd72a9 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -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)