mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
When `lightsleep()` is called from within a thread the interrupts may not be enabled on current core, and thus the call to `lightsleep()` never completes. Fixes issue #14092. Signed-off-by: Simon Wood <simon@mungewell.org>