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 443f400 + 5146532 commit c5129a3Copy full SHA for c5129a3
1 file changed
cores/arduino/zephyrSerial.cpp
@@ -68,9 +68,7 @@ void arduino::ZephyrSerial::IrqHandler() {
68
int length;
69
int ret = 0;
70
71
- if (!uart_irq_update(uart)) {
72
- return;
73
- }
+ (void)uart_irq_update(uart);
74
75
if (ring_buf_size_get(&tx.ringbuf) == 0) {
76
uart_irq_tx_disable(uart);
0 commit comments