We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e92f7 commit 5e619ddCopy full SHA for 5e619dd
src/mphalport.c
@@ -25,6 +25,7 @@ int mp_hal_stdin_rx_chr(void) {
25
if (c != -1) {
26
return c;
27
}
28
+ mp_handle_pending(true);
29
microbit_hal_idle();
30
31
0 commit comments