Skip to content
Snippets Groups Projects
Verified Commit 3760b6b2 authored by rahix's avatar rahix
Browse files

feat(pycardium): Enable uheapq module


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 9b2cf5ca
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
/* Builtin function and modules */
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment