EspTinyUSB icon indicating copy to clipboard operation
EspTinyUSB copied to clipboard

Fix the error of crashing when sending multiple characters via cdc

Open Steffen-W opened this issue 1 year ago • 0 comments

Fixes the problem of buffer processing.

Correction affects the function size_t CDCusb::write(const uint8_t *buffer, size_t size)

Crashes due to the use of this function are avoided. Likewise, crashing due to the use of printf is avoided. This function uses CDCusb::write. Please merge.

Steffen-W avatar Aug 07 '22 08:08 Steffen-W