mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
When defining custom USB devices, longer strings may be needed. Eventually the memory for string descriptors can be allocated on demand, but for now this bigger value should be reasonable. Signed-off-by: Damien George <damien@micropython.org>