summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-09-12 16:09:41 +1000
committerDamien George <damien.p.george@gmail.com>2018-09-12 16:09:41 +1000
commite6a6ded74ec135a77e91aa87f2939e60c371d7f4 (patch)
tree762e19c2e0dcdd50b3c7c68af220ce78bd8e1890
parent05959c646510e4a4092501072abd394fdb89bec8 (diff)
downloadmicropython-e6a6ded74ec135a77e91aa87f2939e60c371d7f4.tar.gz
micropython-e6a6ded74ec135a77e91aa87f2939e60c371d7f4.zip
unix/mpconfigport_coverage.h: Enable uhashlib.md5.
-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 a98aae975e..a4225e930c 100644
--- a/ports/unix/mpconfigport_coverage.h
+++ b/ports/unix/mpconfigport_coverage.h
@@ -52,6 +52,7 @@
#define MICROPY_VFS_FAT (1)
#define MICROPY_PY_FRAMEBUF (1)
#define MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT (1)
+#define MICROPY_PY_UHASHLIB_MD5 (1)
#define MICROPY_PY_UCRYPTOLIB (1)
// TODO these should be generic, not bound to fatfs