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/).
This commit is contained in:
parent
67c91df7e8
commit
f00ecdb54d
2 changed files with 1 additions and 1 deletions
2
py/py.mk
2
py/py.mk
|
|
@ -230,7 +230,7 @@ PY_O_BASENAME = \
|
|||
../extmod/vfs_fat_lexer.o \
|
||||
../extmod/vfs_fat_misc.o \
|
||||
../extmod/utime_mphal.o \
|
||||
../extmod/moduos_dupterm.o \
|
||||
../extmod/uos_dupterm.o \
|
||||
../lib/embed/abort_.o \
|
||||
../lib/utils/printf.o \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue