mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Using a semaphore (the previous approach) will only run the UART, whereas for startup we need to also run the event queue. This change makes it run the full scheduler hook. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>