aboutsummaryrefslogtreecommitdiff
path: root/ports/windows
diff options
context:
space:
mode:
authorDamien George2018-02-21 22:55:13 +1100
committerDamien George2018-02-21 22:55:13 +1100
commit82828340a0e8dfd946bafac01d38e59ff63ebe3b (patch)
treed9e2f38ff6e0384f90b14183379db1ff7fc78556 /ports/windows
parent6c3faf6c17521940eb3ec48a8af3d28b513e2ba2 (diff)
ports: Enable ucollections.deque on relevant ports.
These ports are all capable of running uasyncio.
Diffstat (limited to 'ports/windows')
-rw-r--r--ports/windows/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/windows/mpconfigport.h b/ports/windows/mpconfigport.h
index 1ae20fb04..9db6d31ce 100644
--- a/ports/windows/mpconfigport.h
+++ b/ports/windows/mpconfigport.h
@@ -83,6 +83,7 @@
#define MICROPY_PY_SYS_MAXSIZE (1)
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_SYS_EXC_INFO (1)
+#define MICROPY_PY_COLLECTIONS_DEQUE (1)
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
#define MICROPY_PY_CMATH (1)