xiaoxiang781216 commented on code in PR #5955: URL: https://github.com/apache/incubator-nuttx/pull/5955#discussion_r842936256
########## sched/irq/irq_dispatch.c: ########## @@ -176,7 +176,13 @@ void irq_dispatch(int irq, FAR void *context) /* Then dispatch to the interrupt handler */ - CALL_VECTOR(ndx, vector, irq, context, arg); Review Comment: Fix in #5986, let's close this PR. @pkarashchenko please review that patch instead. -- 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]
