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


##########
sched/mqueue/mq_timedsend.c:
##########
@@ -146,6 +146,8 @@ file_mq_timedsend_internal(FAR struct file *mq, FAR const 
char *msg,
   irqstate_t flags;
   int ret;
 
+  DEBUGASSERT(up_interrupt_context() == false);

Review Comment:
   why add



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

Reply via email to