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 /esp8266 | |
parent | ea426dd9ef77ad70a654d2b5befcc18597a43c8b (diff) | |
download | micropython-13288336630b2b6aaadb96939a07925f94faecb8.tar.gz micropython-13288336630b2b6aaadb96939a07925f94faecb8.zip |
stmhal, esp8266: Enable utimeq module.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |