Commit 7f7adad
committed
mimxrt/mphalport: Run events at least once in mp_hal_delay_ms.
Per the docs for `time.sleep()` and `time.sleep_ms()`. This gets the
`tests/micropython/schedule_sleep.py` test working when using the native
emitter.
Signed-off-by: Damien George <damien@micropython.org>1 parent eaa7ca6 commit 7f7adad
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments