diff options
| author | Paul Sokolovsky | 2016-10-29 14:32:15 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-10-29 14:32:15 +0300 |
| commit | 6a2c6098f487f1faab2010d00950ce2258fdac53 (patch) | |
| tree | dc133b7a9679f8d436c5e0e8a3dd6ca44b62aee6 /windows/mpconfigport.h | |
| parent | 3cc87b1e2af22aeb79d8dfc6415fd08f650860a1 (diff) | |
windows: Enable utime_mphal following unix, define mp_hal_ticks_*.
mp_hal_ticks_ms, mp_hal_ticks_us taken from unix port, mp_hal_ticks_cpu
dummy.
Diffstat (limited to 'windows/mpconfigport.h')
| -rw-r--r-- | windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index da49bc0dc..88596977c 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -92,6 +92,7 @@ #define MICROPY_PY_UBINASCII (1) #define MICROPY_PY_URANDOM (1) #define MICROPY_PY_UTIME (1) +#define MICROPY_PY_UTIME_MP_HAL (1) #define MICROPY_PY_MACHINE (1) #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) |
