Skip to content

Commit f00ecdb

Browse files
committed
extmod/moduos_dupterm: Renamed to uos_dupterm.
As part of file naming clean up (moduos_dupterm doesn't implement a full module, so should skip "mod" prefix, similar to other files in extmod/).
1 parent 67c91df commit f00ecdb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

py/py.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ PY_O_BASENAME = \
230230
../extmod/vfs_fat_lexer.o \
231231
../extmod/vfs_fat_misc.o \
232232
../extmod/utime_mphal.o \
233-
../extmod/moduos_dupterm.o \
233+
../extmod/uos_dupterm.o \
234234
../lib/embed/abort_.o \
235235
../lib/utils/printf.o \
236236

0 commit comments

Comments
 (0)