mirror of
https://github.com/micropython/micropython.git
synced 2026-01-20 10:57:20 +01:00
The last argument of TUD_CDC_DESCRIPTOR() is the endpoint size (or wMaxPacketSize), not the CDC RX buffer size (which can be larger than the endpoint size). Signed-off-by: Damien George <damien@micropython.org>