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 0a9bcc5 commit f6f8956Copy full SHA for f6f8956
py/circuitpy_mpconfig.h
@@ -195,7 +195,9 @@ typedef long mp_off_t;
195
#define MICROPY_PY_BUILTINS_STR_PARTITION (CIRCUITPY_FULL_BUILD)
196
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (CIRCUITPY_FULL_BUILD)
197
#define MICROPY_PY_UERRNO (CIRCUITPY_FULL_BUILD)
198
+#ifndef MICROPY_PY_COLLECTIONS_ORDEREDDICT
199
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (CIRCUITPY_FULL_BUILD)
200
+#endif
201
// Opposite setting is deliberate.
202
#define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD)
203
#ifndef MICROPY_PY_URE
0 commit comments