diff options
| author | gamblor21 <mark.komus@gmail.com> | 2020-10-14 20:14:55 -0500 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2020-10-14 20:15:21 -0500 |
| commit | 0a9bcc538bf7540dbcb374fd447b11fe9e881494 (patch) | |
| tree | 1bb502f0bb59ab8cb06937fa3ca7da09ed93e09c /ports | |
| parent | e6d0b207ec0abaf69171578d0beb668b17aec4b8 (diff) | |
Removed ordered dict for all SAMD21
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/mpconfigport.h b/ports/atmel-samd/mpconfigport.h index afe1cc4c6..f7ccff4da 100644 --- a/ports/atmel-samd/mpconfigport.h +++ b/ports/atmel-samd/mpconfigport.h @@ -48,6 +48,7 @@ #define MICROPY_PY_IO (0) #define MICROPY_PY_REVERSE_SPECIAL_METHODS (0) #define MICROPY_PY_UJSON (0) +#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0) #define MICROPY_PY_UERRNO_LIST \ X(EPERM) \ X(ENOENT) \ |
