From 8f86fbfd6c34a4d03f2bd62e9dc1ff59c236b037 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 2 Jul 2018 15:13:18 +1000 Subject: ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. --- ports/stm32/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/stm32') 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) -- cgit v1.2.3