Skip to content

Commit 0a9bcc5

Browse files
committed
Removed ordered dict for all SAMD21
1 parent e6d0b20 commit 0a9bcc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/atmel-samd/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#define MICROPY_PY_IO (0)
4949
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
5050
#define MICROPY_PY_UJSON (0)
51+
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0)
5152
#define MICROPY_PY_UERRNO_LIST \
5253
X(EPERM) \
5354
X(ENOENT) \

0 commit comments

Comments
 (0)