wangzhi-art commented on code in PR #15625: URL: https://github.com/apache/nuttx/pull/15625#discussion_r1924702666
########## arch/arm/src/a1x/a1x_irq.c: ########## @@ -362,7 +376,8 @@ void up_enable_irq(int irq) putreg32(regval, regaddr); a1x_dumpintc("enable", irq); - leave_critical_section(flags); + spin_unlock_irqrestore(&g_irq_lock, flags); + sched_unlock(); Review Comment: Have changed. -- 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