File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8888#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
8989#define MICROPY_PY_BUILTINS_MIN_MAX (1)
9090#define MICROPY_PY_BUILTINS_PROPERTY (1)
91+ #define MICROPY_PY_BUILTINS_REVERSED (1)
9192#define MICROPY_PY_BUILTINS_SET (1)
9293#define MICROPY_PY_BUILTINS_SLICE (1)
9394#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
@@ -182,7 +183,6 @@ typedef long mp_off_t;
182183#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
183184#define MICROPY_PY_BUILTINS_COMPLEX (CIRCUITPY_FULL_BUILD)
184185#define MICROPY_PY_BUILTINS_FROZENSET (CIRCUITPY_FULL_BUILD)
185- #define MICROPY_PY_BUILTINS_REVERSED (CIRCUITPY_FULL_BUILD)
186186#define MICROPY_PY_BUILTINS_STR_CENTER (CIRCUITPY_FULL_BUILD)
187187#define MICROPY_PY_BUILTINS_STR_PARTITION (CIRCUITPY_FULL_BUILD)
188188#define MICROPY_PY_BUILTINS_STR_SPLITLINES (CIRCUITPY_FULL_BUILD)
You can’t perform that action at this time.
0 commit comments