We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1c8ec commit c4df571Copy full SHA for c4df571
py/circuitpy_mpconfig.h
@@ -259,6 +259,8 @@ typedef long mp_off_t;
259
#endif
260
#ifndef MICROPY_PY_COLLECTIONS_DEQUE
261
#define MICROPY_PY_COLLECTIONS_DEQUE (CIRCUITPY_FULL_BUILD)
262
+#define MICROPY_PY_COLLECTIONS_DEQUE_ITER (CIRCUITPY_FULL_BUILD)
263
+#define MICROPY_PY_COLLECTIONS_DEQUE_SUBSCR (CIRCUITPY_FULL_BUILD)
264
265
#define MICROPY_PY_RE_MATCH_GROUPS (CIRCUITPY_RE)
266
#define MICROPY_PY_RE_MATCH_SPAN_START_END (CIRCUITPY_RE)
0 commit comments