summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/nimble/modbluetooth_nimble.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-04-21 18:17:34 +1000
committerDamien George <damien@micropython.org>2023-04-21 18:17:34 +1000
commitec1eeccab45af6893f19cd07292808bbe7c62cf5 (patch)
tree9970c370b41a58c19ce0eb17150df8713a7fa860 /extmod/nimble/modbluetooth_nimble.c
parentbf3eb9dc3911b8e4e7da3054ffece61ae5e2ef64 (diff)
downloadmicropython-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