8000 stmhal: Enable ure module (tests pass on pyboard). · mimoccc/circuitpython@dd5ee9f · GitHub
[go: up one dir, main page]

Skip to content

Commit dd5ee9f

Browse files
committed
stmhal: Enable ure module (tests pass on pyboard).
1 parent 26fa3e3 commit dd5ee9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
3875
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#define MICROPY_PY_UCTYPES (1)
5959
#define MICROPY_PY_ZLIBD (1)
6060
#define MICROPY_PY_UJSON (1)
61+
#define MICROPY_PY_URE (1)
6162

6263
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
6364
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)

0 commit comments

Comments
 (0)
0