aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2014-10-22 17:37:18 +0000
committerDamien George2014-10-22 23:20:15 +0100
commitf5d69794a86f7647de3f3b3efd282ed288b1cba6 (patch)
treedd81cfcca993bad937830aa7e9cc37f8c74a753c /stmhal
parente72be1b999a3337f74a8e5a8f61705666f834d2b (diff)
extmod: Add uheapq module.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index a63263132..a72ad9c4c 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -60,6 +60,7 @@
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URE (1)
+#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)