summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-10-14 22:39:04 -0400
committerGitHub <noreply@github.com>2020-10-14 22:39:04 -0400
commitf1e8f2b404ef45edf08b019c1e68d595aa69b357 (patch)
tree0a8292c9d01bb06fa2dcc12d9d0ba364774713e9 /ports/mimxrt10xx
parentb84f22aa0c404cfd83eab5f15f1415b27f508ae8 (diff)
parentf6f89565d83c0ac942496f29394ff59976aaa5b9 (diff)
Merge pull request #3554 from gamblor21/move_ordereddict
Moved ORDEREDDICT define to central location
Diffstat (limited to 'ports/mimxrt10xx')
-rw-r--r--ports/mimxrt10xx/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/mpconfigport.h b/ports/mimxrt10xx/mpconfigport.h
index 7e7df0123..7496256d0 100644
--- a/ports/mimxrt10xx/mpconfigport.h
+++ b/ports/mimxrt10xx/mpconfigport.h
@@ -40,7 +40,6 @@ extern uint8_t _ld_default_stack_size;
// 20kiB stack
#define CIRCUITPY_DEFAULT_STACK_SIZE ((uint32_t) &_ld_default_stack_size)
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
-#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0)
#define MICROPY_PY_FUNCTION_ATTRS (0)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_UJSON (1)