xiaoxiang781216 closed pull request #14932: spinlock: use inline replace macro
URL: https://github.com/apache/nuttx/pull/14932
--
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.
T
hujun260 commented on PR #14932:
URL: https://github.com/apache/nuttx/pull/14932#issuecomment-2497967573
> spin_trylock_irqsave
OK, Keep it as it is.
--
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
xiaoxiang781216 commented on code in PR #14932:
URL: https://github.com/apache/nuttx/pull/14932#discussion_r1856495943
##
include/nuttx/spinlock.h:
##
@@ -633,19 +633,28 @@ irqstate_t spin_lock_irqsave(FAR volatile spinlock_t
*lock)
***