pangzhen1xiaomi commented on code in PR #18084:
URL: https://github.com/apache/nuttx/pull/18084#discussion_r2715146734


##########
sched/irq/irq_attach_thread.c:
##########
@@ -151,6 +145,8 @@ int irq_attach_thread(int irq, xcpt_t isr, xcpt_t 
isrthread, FAR void *arg,
                       int priority, int stack_size)
 {
 #if NR_IRQS > 0
+  static pid_t g_irq_thread_pid[NR_IRQS];

Review Comment:
   Okay, I've made the modifications. Please review it again. Thank you.



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