diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-17 23:35:00 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-17 23:35:00 +0300 |
commit | 6f8880d0ab92e002e7596578ceb0959f9327bc01 (patch) | |
tree | eb7d916863ead9a3119c711a7fcf7a745f2f5791 /unix/mpconfigport_minimal.h | |
parent | 70536212d5ea1dd265ad72ee2eaff333b17815f6 (diff) | |
download | micropython-6f8880d0ab92e002e7596578ceb0959f9327bc01.tar.gz micropython-6f8880d0ab92e002e7596578ceb0959f9327bc01.zip |
unix: Move "utime" module config to C level instead of make level.
Diffstat (limited to 'unix/mpconfigport_minimal.h')
-rw-r--r-- | unix/mpconfigport_minimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport_minimal.h b/unix/mpconfigport_minimal.h index 9f080ab0e1..be35e6ec76 100644 --- a/unix/mpconfigport_minimal.h +++ b/unix/mpconfigport_minimal.h @@ -77,6 +77,7 @@ #define MICROPY_PY_SYS_STDFILES (0) #define MICROPY_PY_CMATH (0) #define MICROPY_PY_UCTYPES (0) +#define MICROPY_PY_UTIME (0) #define MICROPY_PY_UZLIB (0) #define MICROPY_PY_UJSON (0) #define MICROPY_PY_URE (0) |