Removed ordered dict for all SAMD21

This commit is contained in:
gamblor21 2020-10-14 20:14:55 -05:00
parent e6d0b207ec
commit 0a9bcc538b

View File

@ -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) \