hujun260 commented on code in PR #15255:
URL: https://github.com/apache/nuttx/pull/15255#discussion_r1890222548
##########
arch/arm/src/at32/at32_serial.c:
##########
@@ -2599,12 +2610,11 @@ static void up_txint(struct uart_dev_s *dev, bool
enable)
# ifdef CONFIG_AT32_SERIALBRK_BSDCOMPAT
if (priv->ie & USART_CR1_IE_BREAK_INPROGRESS)
{
- leave_critical_section(flags);
return;
}
# endif
- up_restoreusartint(priv, ie);
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]