Skip to content

Commit

Permalink
nrf/drivers/usb: Fix background events/scheduling while at USB REPL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-anl authored and dpgeorge committed Mar 30, 2022
1 parent 4c252ae commit dc8b43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/nrf/drivers/usb/usb_cdc.c
Expand Up @@ -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;
Expand Down

0 comments on commit dc8b43a

Please sign in to comment.