summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
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 /py/mpconfig.h
parente72be1b999a3337f74a8e5a8f61705666f834d2b (diff)
downloadmicropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.tar.gz
micropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.zip
extmod: Add uheapq module.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 4efe21d4b5..201621ea19 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -403,6 +403,10 @@ typedef double mp_float_t;
#define MICROPY_PY_URE (0)
#endif
+#ifndef MICROPY_PY_UHEAPQ
+#define MICROPY_PY_UHEAPQ (0)
+#endif
+
/*****************************************************************************/
/* Hooks for a port to add builtins */