lucasssvaz commented on code in PR #8382: URL: https://github.com/apache/nuttx/pull/8382#discussion_r1092039179
########## arch/xtensa/src/esp32/esp32_rtc_gpio.c: ########## @@ -127,8 +128,9 @@ static inline bool is_valid_rtc_gpio(uint32_t rtcio_num) ****************************************************************************/ #ifdef CONFIG_ESP32_RTCIO_IRQ -static void rtcio_dispatch(int irq, uint32_t status, uint32_t *context) +static void rtcio_dispatch(int irq, uint32_t *reg_status) Review Comment: Oh yes, I forgot about it. Thanks! -- 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