mirror of
https://github.com/micropython/micropython.git
synced 2026-04-25 10:20:25 +02:00
f918e33645
This test can now run correctly with the native emitter because the `thread()` function will run the scheduler during the call to `time.sleep_ms(1)`. Signed-off-by: Jeff Epler <jepler@unpythonic.net>