diff options
| author | hathach <thach@tinyusb.org> | 2018-07-31 23:09:39 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2018-07-31 23:09:39 +0700 |
| commit | 85bd46a4e14b0e73d7bcbc61dd847b061072641d (patch) | |
| tree | 8bfe2e6cfc22358f0c0a065b9ecc90c3f0c4935e | |
| parent | 4bece22c9224799c8aa495f73f1019e3266de031 (diff) | |
enable MICROPY_PY_ARRAY_SLICE_ASSIGN, MICROPY_PY_BUILTINS_SLICE_ATTRS
| -rw-r--r-- | ports/nrf/mpconfigport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index d2672edd4..2016c5c15 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -99,9 +99,9 @@ #define MICROPY_MODULE_BUILTIN_INIT (1) #define MICROPY_PY_ALL_SPECIAL_METHODS (0) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) -#define MICROPY_PY_ARRAY_SLICE_ASSIGN (0) +#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) #define MICROPY_NONSTANDARD_TYPECODES (0) -#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0) +#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_MAXSIZE (1) #define MICROPY_PY_SYS_STDFILES (0) |
