acassis commented on code in PR #16466: URL: https://github.com/apache/nuttx/pull/16466#discussion_r2121299247
########## drivers/serial/serial.c: ########## @@ -1875,7 +1933,18 @@ static int uart_poll(FAR struct file *filep, ndx = 0; } - if (ndx != dev->xmit.tail) + /* See other occurences of this - transmit interrupt handler Review Comment: @jerpelea please fix occurences -> to let it pass on CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org