xiaoxiang781216 commented on code in PR #14995: URL: https://github.com/apache/nuttx/pull/14995#discussion_r1863873276
########## arch/arm/src/imxrt/imxrt_serial.c: ########## @@ -1919,6 +1919,8 @@ static struct pm_callback_s g_serial_pmcb = }; #endif +static spinlock_t g_imxrt_serial_lock = SP_UNLOCKED; Review Comment: move to imxrt_uart_s -- 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]
