mirror of
https://github.com/micropython/micropython.git
synced 2025-09-03 00:10:29 +02:00
py: Clean up instantiation of dupterm object.
To comply with already established scheme for extmod's.
This commit is contained in:
@@ -665,3 +665,7 @@ Q(writeblocks)
|
||||
Q(sync)
|
||||
Q(count)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_OS_DUPTERM
|
||||
Q(dupterm)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user