mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Some MCUs cannot write more than 255 bytes to the UART at once. Eg writing 256 bytes gets truncated to 0, writing 257 gets truncated to 1, etc. Signed-off-by: Damien George <damien@micropython.org>