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.
1 parent faca1ec commit 4cccc1aCopy full SHA for 4cccc1a
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