8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204a1d3 + 4cccc1a commit 8cd09b1Copy full SHA for 8cd09b1
ports/raspberrypi/common-hal/busio/UART.c
@@ -85,7 +85,7 @@ static void shared_callback(busio_uart_obj_t *self) {
85
_copy_into_ringbuf(&self->ringbuf, self->uart);
86
// We always clear the interrupt so it doesn't continue to fire because we
87
// may not have read everything available.
88
- uart_get_hw(self->uart)->icr = UART_UARTICR_RXIC_BITS;
+ uart_get_hw(self->uart)->icr = UART_UARTICR_RXIC_BITS | UART_UARTICR_RTIC_BITS;
89
}
90
91
static void uart0_callback(void) {
0 commit comments