mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
This reverts commit 0613d3e356
.
The value of CFG_TUD_CDC_EP_BUFSIZE should match the endpoint size,
otherwise data may stay in the lower layers of the USB stack (and not
passed up to the higher layers) until a total of CFG_TUD_CDC_EP_BUFSIZE
bytes have been received, which may not happen for a long time.
Fixes issue #11253.
Signed-off-by: Damien George <damien@micropython.org>
This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.