diff options
author | Damien George <damien@micropython.org> | 2023-04-21 18:17:34 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-04-21 18:17:34 +1000 |
commit | ec1eeccab45af6893f19cd07292808bbe7c62cf5 (patch) | |
tree | 9970c370b41a58c19ce0eb17150df8713a7fa860 /extmod/nimble/modbluetooth_nimble.c | |
parent | bf3eb9dc3911b8e4e7da3054ffece61ae5e2ef64 (diff) | |
download | micropython-ec1eeccab45af6893f19cd07292808bbe7c62cf5.tar.gz micropython-ec1eeccab45af6893f19cd07292808bbe7c62cf5.zip |
shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256.
This reverts commit 0613d3e3561a82fffa36594647ef916b19bc912b.
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>
Diffstat (limited to 'extmod/nimble/modbluetooth_nimble.c')
0 files changed, 0 insertions, 0 deletions