nrf/drivers/usb: Fix background events/scheduling while at USB REPL.
This commit is contained in:
parent
4c252ae067
commit
dc8b43adc7
@ -198,6 +198,7 @@ int mp_hal_stdin_rx_chr(void) {
|
||||
if (cdc_rx_any()) {
|
||||
return cdc_rx_char();
|
||||
}
|
||||
MICROPY_EVENT_POLL_HOOK
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user