(empty log message)
@@ -549,6 +549,11 @@ | ||
549 | 549 | /* Called once then the interrupt source is disabled.*/ |
550 | 550 | imsc &= ~UART_UARTIMSC_RTIM; |
551 | 551 | |
552 | + /* Workaround for RX FIFO threshold problem.*/ | |
553 | + if(!sio_lld_is_rx_empty(siop)) { | |
554 | + __sio_wakeup_rx(siop); | |
555 | + } | |
556 | + | |
552 | 557 | /* Waiting thread woken, if any.*/ |
553 | 558 | __sio_wakeup_rxidle(siop); |
554 | 559 | } |