mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
renesas-ra/modutime: Use extmod version of time module.
No API or functional change. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -99,10 +99,9 @@
|
||||
#define MICROPY_PY_UOS_SYNC (1)
|
||||
#define MICROPY_PY_UOS_UNAME (1)
|
||||
#define MICROPY_PY_UOS_URANDOM (MICROPY_HW_ENABLE_RNG)
|
||||
#ifndef MICROPY_PY_UTIME
|
||||
#define MICROPY_PY_UTIME (1)
|
||||
#endif
|
||||
#define MICROPY_PY_UTIME_MP_HAL (MICROPY_PY_UTIME)
|
||||
#define MICROPY_PY_UTIME_GMTIME_LOCALTIME_MKTIME (1)
|
||||
#define MICROPY_PY_UTIME_TIME_TIME_NS (1)
|
||||
#define MICROPY_PY_UTIME_INCLUDEFILE "ports/renesas-ra/modutime.c"
|
||||
#ifndef MICROPY_PY_UTIMEQ
|
||||
#define MICROPY_PY_UTIMEQ (1)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user