Skip to content
Snippets Groups Projects
Commit 10e5e103 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

windows: Follow unix port changes regarding "utime" module.

parent 6f8880d0
Branches
Tags
No related merge requests found
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
#define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1) #define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_URANDOM (1) #define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_UTIME (1)
#define MICROPY_PY_MACHINE (1) #define MICROPY_PY_MACHINE (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
......
...@@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0 ...@@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0
# Linking with GNU readline causes binary to be licensed under GPL # Linking with GNU readline causes binary to be licensed under GPL
MICROPY_USE_READLINE = 1 MICROPY_USE_READLINE = 1
# Subset of CPython time module
MICROPY_PY_TIME = 1
# ffi module requires libffi (libffi-dev Debian package) # ffi module requires libffi (libffi-dev Debian package)
MICROPY_PY_FFI = 0 MICROPY_PY_FFI = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment