diff options
| author | Damien George | 2015-03-02 13:45:35 +0000 |
|---|---|---|
| committer | Damien George | 2015-03-02 13:45:35 +0000 |
| commit | 565da3f569afa5299ed8dd09e740620c2a3e8e6f (patch) | |
| tree | ca98ca4e85474b67641383d8efbf1a25a34c61d5 /stmhal | |
| parent | a2e383820d28dcf2167ae67089346ef5775cb669 (diff) | |
stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 39256bebb..b353fd72a 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) |
