mirror of
https://github.com/micropython/micropython.git
synced 2026-03-18 14:50:18 +01:00
If we're reading from an UART with a non-zero timeout, we can release the GIL so that other threads/tasks may run while we are sleeping waiting for data to arrive. Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>