mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Call MICROPY_EVENT_POLL_HOOK even on very short delays so that busy loops that call sleep_ms still yield to events and other threads. See related issue #5344.