summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-22 17:37:18 +0000
committerDamien George <damien.p.george@gmail.com>2014-10-22 23:20:15 +0100
commitf5d69794a86f7647de3f3b3efd282ed288b1cba6 (patch)
treedd81cfcca993bad937830aa7e9cc37f8c74a753c /unix
parente72be1b999a3337f74a8e5a8f61705666f834d2b (diff)
downloadmicropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.tar.gz
micropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.zip
extmod: Add uheapq module.
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index f188d5feff..13c0c93cfd 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -58,6 +58,7 @@
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URE (1)
+#define MICROPY_PY_UHEAPQ (1)
// Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.
// names in exception messages (may require more RAM).