diff options
| author | gamblor21 <mark.komus@gmail.com> | 2020-10-14 20:18:49 -0500 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2020-10-14 20:18:49 -0500 |
| commit | f6f89565d83c0ac942496f29394ff59976aaa5b9 (patch) | |
| tree | e07fd23f023cf29224f070e44ce21c2eb8863080 | |
| parent | 0a9bcc538bf7540dbcb374fd447b11fe9e881494 (diff) | |
Remove ordered dict from SAMD21
| -rw-r--r-- | py/circuitpy_mpconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index a3ffe52f6..a0eb4fc07 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -195,7 +195,9 @@ typedef long mp_off_t; #define MICROPY_PY_BUILTINS_STR_PARTITION (CIRCUITPY_FULL_BUILD) #define MICROPY_PY_BUILTINS_STR_SPLITLINES (CIRCUITPY_FULL_BUILD) #define MICROPY_PY_UERRNO (CIRCUITPY_FULL_BUILD) +#ifndef MICROPY_PY_COLLECTIONS_ORDEREDDICT #define MICROPY_PY_COLLECTIONS_ORDEREDDICT (CIRCUITPY_FULL_BUILD) +#endif // Opposite setting is deliberate. #define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD) #ifndef MICROPY_PY_URE |
