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

feat(pycardium): Enable ure regular expressions module


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 435883e6
No related merge requests found
......@@ -25,6 +25,10 @@
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_URE (1)
#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_UTIME_MP_HAL (1)
/* Modules */
......
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