summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungJoon Chun <yjchun@mac.com>2021-09-04 00:20:38 +0900
committerDamien George <damien@micropython.org>2021-09-04 23:51:14 +1000
commitbbbdef4cc1d2cb3a3f6c2d067b6988534773b2a6 (patch)
treefdb499a9dfba48daad8133c179a62f078865fcca
parentaf64c2ddbd758ab6bac0fcca94c66d89046663be (diff)
rp2/mpconfigport.h: Enable heapq module.
Fixes issue #7746.
-rw-r--r--ports/rp2/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h
index dea3775a8..bb2f505b6 100644
--- a/ports/rp2/mpconfigport.h
+++ b/ports/rp2/mpconfigport.h
@@ -120,6 +120,7 @@
#define MICROPY_PY_URE_MATCH_GROUPS (1)
#define MICROPY_PY_URE_MATCH_SPAN_START_END (1)
#define MICROPY_PY_URE_SUB (1)
+#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UBINASCII_CRC32 (1)