1 parent fc48370 commit b84268dCopy full SHA for b84268d
1 file changed
docs/pyboard/tutorial/pass_through.rst
@@ -15,4 +15,4 @@ It's as simple as::
15
if uart.any():
16
usb.write(uart.read(256))
17
18
- pass_through(pyb.USB_VCP(), pyb.UART(1, 9600))
+ pass_through(pyb.USB_VCP(), pyb.UART(1, 9600, timeout=0))
0 commit comments