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 6925a00 commit 09091ecCopy full SHA for 09091ec
py/circuitpy_mpconfig.h
@@ -226,6 +226,9 @@ typedef long mp_off_t;
226
#ifndef MICROPY_PY_COLLECTIONS_ORDEREDDICT
227
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (CIRCUITPY_FULL_BUILD)
228
#endif
229
+#ifndef MICROPY_PY_COLLECTIONS_DEQUE
230
+#define MICROPY_PY_COLLECTIONS_DEQUE (CIRCUITPY_FULL_BUILD)
231
+#endif
232
#define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_RE)
233
#define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_RE)
234
#define MICROPY_PY_URE_SUB (CIRCUITPY_RE)
0 commit comments