rp2/mpconfigport.h: Enable heapq module.

Fixes issue #7746.
This commit is contained in:
YoungJoon Chun 2021-09-04 00:20:38 +09:00 committed by Damien George
parent af64c2ddbd
commit bbbdef4cc1

View File

@ -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)