diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-11 18:55:12 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-11 18:55:12 +0100 |
commit | dd5ee9ff9c67575897ccfa8b4e8b10abecbe9800 (patch) | |
tree | 1bac386c924a0a8bd289bd4a36f3af9974283a33 | |
parent | 26fa3e30ec84b8ed0cb270d1eca86dcb97389a82 (diff) |
stmhal: Enable ure module (tests pass on pyboard).
-rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index e9b76414a..d30e8e019 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) |