mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
The os.dupterm() function has changed on this port, it now matches the semantics used by all other ports (except it's restricted to accept only machine.UART objects). Signed-off-by: Damien George <damien@micropython.org>