danielappiagyei-bc commented on code in PR #10911: URL: https://github.com/apache/nuttx/pull/10911#discussion_r1360096819
########## arch/arm/src/imxrt/imxrt_serial.c: ########## @@ -1531,12 +1560,13 @@ static int imxrt_dma_setup(struct uart_dev_s *dev) modifyreg32(priv->uartbase + IMXRT_LPUART_BAUD_OFFSET, 0, LPUART_BAUD_RDMAE); - /* Enable itnerrupt on Idel and erros */ + /* Enable interrupt on Idle and errors */ 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