circuitpython/shared-module/usb_cdc
Scott Shawcroft eb1b2f38a0
Fix USB issues caused by early usb_cdc.Serial read
Check for connected before calling read. Otherwise TinyUSB may
setup the read on the wrong endpoint.

Fixes #6018
`
2022-10-21 20:42:26 -07:00
..
Serial.c Fix USB issues caused by early usb_cdc.Serial read 2022-10-21 20:42:26 -07:00
Serial.h
__init__.c
__init__.h