mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01: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>