mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
docs: Fix typos on wipy docs.
This commit is contained in:
@@ -14,7 +14,7 @@ do::
|
||||
>>> from machine import UART
|
||||
>>> import os
|
||||
>>> uart = UART(0, 115200)
|
||||
>>> o.dupterm(uart)
|
||||
>>> os.dupterm(uart)
|
||||
|
||||
Place this piece of code inside your `boot.py` so that it's done automatically after
|
||||
reset.
|
||||
|
||||
Reference in New Issue
Block a user