Skip to content

Commit c5129a3

Browse files
authored
Merge branch 'next' into rework_tone
2 parents 443f400 + 5146532 commit c5129a3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cores/arduino/zephyrSerial.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ void arduino::ZephyrSerial::IrqHandler() {
6868
int length;
6969
int ret = 0;
7070

71-
if (!uart_irq_update(uart)) {
72-
return;
73-
}
71+
(void)uart_irq_update(uart);
7472

7573
if (ring_buf_size_get(&tx.ringbuf) == 0) {
7674
uart_irq_tx_disable(uart);

0 commit comments

Comments
 (0)