From bbd0d27a251cf337e45ec4859777ddb7baf836f2 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 18 Dec 2016 21:52:52 +0300 Subject: [PATCH] zephyr: Enable slice subscription. Required for the testsuite. --- zephyr/mpconfigport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h index 64cf206be5..26fb1410fe 100644 --- a/zephyr/mpconfigport.h +++ b/zephyr/mpconfigport.h @@ -48,7 +48,6 @@ #define MICROPY_PY_BUILTINS_RANGE_ATTRS (0) #define MICROPY_PY_BUILTINS_REVERSED (0) #define MICROPY_PY_BUILTINS_SET (0) -#define MICROPY_PY_BUILTINS_SLICE (0) #define MICROPY_PY_ARRAY (0) #define MICROPY_PY_COLLECTIONS (0) #define MICROPY_PY_CMATH (0)