diff options
| author | YoungJoon Chun <yjchun@mac.com> | 2021-09-04 00:20:38 +0900 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-09-04 23:51:14 +1000 |
| commit | bbbdef4cc1d2cb3a3f6c2d067b6988534773b2a6 (patch) | |
| tree | fdb499a9dfba48daad8133c179a62f078865fcca | |
| parent | af64c2ddbd758ab6bac0fcca94c66d89046663be (diff) | |
rp2/mpconfigport.h: Enable heapq module.
Fixes issue #7746.
| -rw-r--r-- | ports/rp2/mpconfigport.h | 1 |
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) |
