8000 Remove ordered dict from SAMD21 · jensechu/circuitpython@f6f8956 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6f8956

Browse files
committed
Remove ordered dict from SAMD21
1 parent 0a9bcc5 commit f6f8956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ typedef long mp_off_t;
195195
#define MICROPY_PY_BUILTINS_STR_PARTITION (CIRCUITPY_FULL_BUILD)
196196
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (CIRCUITPY_FULL_BUILD)
197197
#define MICROPY_PY_UERRNO (CIRCUITPY_FULL_BUILD)
198+
#ifndef MICROPY_PY_COLLECTIONS_ORDEREDDICT
198199
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (CIRCUITPY_FULL_BUILD)
200+
#endif
199201
// Opposite setting is deliberate.
200202
#define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD)
201203
#ifndef MICROPY_PY_URE

0 commit comments

Comments
 (0)
0