From 64b1d5f878855098a31d67085fd0370289c55e20 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 22 Dec 2016 00:33:44 +0300 Subject: [PATCH] unix: Enable utimeq module. --- unix/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 01cd8814b0..eb46565464 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -114,6 +114,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) #if MICROPY_PY_USSL && MICROPY_SSL_AXTLS #define MICROPY_PY_UHASHLIB_SHA1 (1)