aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorstijn2017-11-06 12:21:53 +0100
committerPaul Sokolovsky2017-11-12 14:16:54 +0200
commit79ed58f87b008ed1ad75c611686ca8bebfe2a817 (patch)
treeaf11d8a624bf55ea5669e0e5219248635325ef26 /ports
parentcada971113e6db0cf9e0751e95dbe9217dd707b5 (diff)
py/objnamedtuple: Add _asdict function if OrderedDict is supported
Diffstat (limited to 'ports')
-rw-r--r--ports/unix/mpconfigport_coverage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/mpconfigport_coverage.h b/ports/unix/mpconfigport_coverage.h
index 367b4853a..0dcfdd5fd 100644
--- a/ports/unix/mpconfigport_coverage.h
+++ b/ports/unix/mpconfigport_coverage.h
@@ -44,3 +44,4 @@
#undef MICROPY_VFS_FAT
#define MICROPY_VFS_FAT (1)
#define MICROPY_PY_FRAMEBUF (1)
+#define MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT (1)