summaryrefslogtreecommitdiff
path: root/ports/litex
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/litex
parent0775e2b20def911bb2efb2087e66641a202624c1 (diff)
Moved ORDEREDDICT define to central location
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/litex/mpconfigport.h b/ports/litex/mpconfigport.h
index fcf9d3b73..a7caf8526 100644
--- a/ports/litex/mpconfigport.h
+++ b/ports/litex/mpconfigport.h
@@ -30,7 +30,6 @@
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
#define MICROPY_NLR_THUMB (0)
-#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UJSON (1)