diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-23 14:49:13 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-12-23 14:49:13 +0300 |
commit | 13288336630b2b6aaadb96939a07925f94faecb8 (patch) | |
tree | d90d486465e43fa88e129ac7dc776182d50c39e6 | |
parent | ea426dd9ef77ad70a654d2b5befcc18597a43c8b (diff) |
stmhal, esp8266: Enable utimeq module.
-rw-r--r-- | esp8266/mpconfigport.h | 1 | ||||
-rw-r--r-- | stmhal/mpconfigport.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 9c9682484..5ba153ce5 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 cf1bb6abe..c9b5480c8 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) |