Skip to content

Commit fa8a81a

Browse files
committed
webassembly/modutime: Use extmod version of time module.
No API or functional change. Signed-off-by: Damien George <[email protected]>
1 parent 127fd17 commit fa8a81a

File tree

3 files changed

+0
-60
lines changed

3 files changed

+0
-60
lines changed

ports/webassembly/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ SRC_SHARED = $(addprefix shared/,\
2828
SRC_C = \
2929
main.c \
3030
mphalport.c \
31-
modutime.c \
3231

3332
SRC_QSTR += $(SRC_C) $(SRC_SHARED)
3433

ports/webassembly/modutime.c

-58
This file was deleted.

ports/webassembly/mpconfigport.h

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#define MICROPY_VFS (1)
5454
#endif
5555
#define MICROPY_VFS_POSIX (MICROPY_VFS)
56-
#define MICROPY_PY_UTIME_MP_HAL (1)
5756
#define MICROPY_PY_SYS_PLATFORM "webassembly"
5857
#define MICROPY_PY_SYS_STDFILES (0)
5958

0 commit comments

Comments
 (0)