hujun260 commented on code in PR #15301: URL: https://github.com/apache/nuttx/pull/15301#discussion_r1894739869
########## arch/z16/src/z16f/z16f_serial.c: ########## @@ -587,7 +597,15 @@ static void z16f_txint(struct uart_dev_s *dev, bool enable) } priv->txenabled = enable; - leave_critical_section(flags); +} + +static void z16f_txint(struct uart_dev_s *dev, bool enable) +{ + struct z16f_uart_s *priv = (struct z16f_uart_s *)dev->priv; Review Comment: done -- 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