shtirlic commented on code in PR #16331:
URL: https://github.com/apache/nuttx/pull/16331#discussion_r2076901492
##########
arch/arm/src/rp23xx/rp23xx_serial.c:
##########
@@ -914,16 +914,21 @@ static void up_txint(struct uart_dev_s *dev, bool enable)
* interrupts disabled (note this may recurse).
*/
+# ifdef CONFIG_SMP
Review Comment:
this is the entry `uar_xmitchars` functions for the refrence
https://github.com/apache/nuttx/blob/358469e5bbb5e9507777c8c0b563c761213ececd/drivers/serial/serial_io.c#L57-L64
--
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]