From dd5ee9ff9c67575897ccfa8b4e8b10abecbe9800 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 11 Oct 2014 18:55:12 +0100 Subject: [PATCH] stmhal: Enable ure module (tests pass on pyboard). --- stmhal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index e9b76414ad..d30e8e0199 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -58,6 +58,7 @@ #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_ZLIBD (1) #define MICROPY_PY_UJSON (1) +#define MICROPY_PY_URE (1) #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)