Skip to content

Commit 10e5e10

Browse files
committed
windows: Follow unix port changes regarding "utime" module.
1 parent 6f8880d commit 10e5e10

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

windows/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
#define MICROPY_PY_UHASHLIB (1)
9191
#define MICROPY_PY_UBINASCII (1)
9292
#define MICROPY_PY_URANDOM (1)
93+
#define MICROPY_PY_UTIME (1)
9394
#define MICROPY_PY_MACHINE (1)
9495

9596
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)

windows/mpconfigport.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0
66
# Linking with GNU readline causes binary to be licensed under GPL
77
MICROPY_USE_READLINE = 1
88

9-
# Subset of CPython time module
10-
MICROPY_PY_TIME = 1
11-
129
# ffi module requires libffi (libffi-dev Debian package)
1310
MICROPY_PY_FFI = 0

0 commit comments

Comments
 (0)