Skip to content

Commit 1328833

Browse files
committed
stmhal, esp8266: Enable utimeq module.
1 parent ea426dd commit 1328833

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define MICROPY_PY_UHASHLIB (1)
6161
#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)
6262
#define MICROPY_PY_UHEAPQ (1)
63+
#define MICROPY_PY_UTIMEQ (1)
6364
#define MICROPY_PY_UJSON (1)
6465
#define MICROPY_PY_URANDOM (1)
6566
#define MICROPY_PY_URE (1)

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
#define MICROPY_PY_UJSON (1)
103103
#define MICROPY_PY_URE (1)
104104
#define MICROPY_PY_UHEAPQ (1)
105+
#define MICROPY_PY_UTIMEQ (1)
105106
#define MICROPY_PY_UHASHLIB (1)
106107
#define MICROPY_PY_UTIME_MP_HAL (1)
107108
#define MICROPY_PY_MACHINE (1)

0 commit comments

Comments
 (0)