aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32
diff options
context:
space:
mode:
authorDamien George2018-07-02 15:13:18 +1000
committerDamien George2018-07-02 15:13:18 +1000
commit8f86fbfd6c34a4d03f2bd62e9dc1ff59c236b037 (patch)
treebd9a5010c75b09bb80a2d35325d63ea0ccb5f90e /ports/stm32
parent41226e9a18dbde13b7d83495bb2d5c8fc9170e0a (diff)
ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.
Diffstat (limited to 'ports/stm32')
-rw-r--r--ports/stm32/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/mpconfigport.h b/ports/stm32/mpconfigport.h
index a038664e8..9149a5338 100644
--- a/ports/stm32/mpconfigport.h
+++ b/ports/stm32/mpconfigport.h
@@ -127,6 +127,7 @@
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URE (1)
+#define MICROPY_PY_URE_SUB (1)
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)