From 13288336630b2b6aaadb96939a07925f94faecb8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 23 Dec 2016 14:49:13 +0300 Subject: [PATCH] stmhal, esp8266: Enable utimeq module. --- esp8266/mpconfigport.h | 1 + stmhal/mpconfigport.h | 1 + 2 files changed, 2 insertions(+) diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 9c96824847..5ba153ce5f 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -60,6 +60,7 @@ #define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS) #define MICROPY_PY_UHEAPQ (1) +#define MICROPY_PY_UTIMEQ (1) #define MICROPY_PY_UJSON (1) #define MICROPY_PY_URANDOM (1) #define MICROPY_PY_URE (1) diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index cf1bb6abe0..c9b5480c8b 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -102,6 +102,7 @@ #define MICROPY_PY_UJSON (1) #define MICROPY_PY_URE (1) #define MICROPY_PY_UHEAPQ (1) +#define MICROPY_PY_UTIMEQ (1) #define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UTIME_MP_HAL (1) #define MICROPY_PY_MACHINE (1)