mimxrt/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:
Damien George
2023-03-10 12:21:04 +11:00
parent 4a4046d825
commit c234a26954
3 changed files with 22 additions and 75 deletions

View File

@@ -202,7 +202,6 @@ SRC_C += \
mimxrt_sdram.c \
modmachine.c \
modmimxrt.c \
modutime.c \
mphalport.c \
mpnetworkport.c \
network_lan.c \