We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8880d commit 10e5e10Copy full SHA for 10e5e10
2 files changed
windows/mpconfigport.h
@@ -90,6 +90,7 @@
90
#define MICROPY_PY_UHASHLIB (1)
91
#define MICROPY_PY_UBINASCII (1)
92
#define MICROPY_PY_URANDOM (1)
93
+#define MICROPY_PY_UTIME (1)
94
#define MICROPY_PY_MACHINE (1)
95
96
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
windows/mpconfigport.mk
@@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0
6
# Linking with GNU readline causes binary to be licensed under GPL
7
MICROPY_USE_READLINE = 1
8
9
-# Subset of CPython time module
10
-MICROPY_PY_TIME = 1
11
-
12
# ffi module requires libffi (libffi-dev Debian package)
13
MICROPY_PY_FFI = 0
0 commit comments