xiaoxiang781216 commented on code in PR #14879:
URL: https://github.com/apache/nuttx/pull/14879#discussion_r1850231017


##########
sched/misc/assert.c:
##########
@@ -113,6 +113,8 @@ static noreturn_function int pause_cpu_handler(FAR void 
*arg);
 static bool g_cpu_paused[CONFIG_SMP_NCPUS];
 #endif
 
+volatile static spinlock_t g_assert_lock = SP_UNLOCKED;

Review Comment:
   ```suggestion
   static spinlock_t g_assert_lock = SP_UNLOCKED;
   ```



-- 
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

Reply via email to