summaryrefslogtreecommitdiff
path: root/ports/stm
diff options
context:
space:
mode:
authorgamblor21 <mark.komus@gmail.com>2020-10-13 18:52:27 -0500
committergamblor21 <mark.komus@gmail.com>2020-10-13 18:52:27 -0500
commit4270061db491bae1e7cca9ca2cbed5db70f9062e (patch)
tree58774cbcdccb8da66b47cb0bd7b23f2ee4bcfb10 /ports/stm
parent0775e2b20def911bb2efb2087e66641a202624c1 (diff)
Moved ORDEREDDICT define to central location
Diffstat (limited to 'ports/stm')
-rw-r--r--ports/stm/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm/mpconfigport.h b/ports/stm/mpconfigport.h
index e054ffbb5..9489b4765 100644
--- a/ports/stm/mpconfigport.h
+++ b/ports/stm/mpconfigport.h
@@ -30,7 +30,6 @@
#include <stdint.h>
-#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
#define MICROPY_PY_FUNCTION_ATTRS (1)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)