anchao commented on code in PR #6090: URL: https://github.com/apache/incubator-nuttx/pull/6090#discussion_r851790324
########## arch/arm/src/a1x/a1x_pio.c: ########## @@ -90,12 +90,11 @@ static inline int a1x_pio_pin(pio_pinset_t cfgset) ****************************************************************************/ #ifdef CONFIG_A1X_PIO_IRQ -static int a1x_pio_interrupt(int irq, void *context) +static int a1x_pio_interrupt(int irq, FAR void *context, FAR void *arg) Review Comment: Done -- 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]
