From d4c098f5a93998e8fd0f46286f714c11a07929ee Mon Sep 17 00:00:00 2001 From: Michael Zimmermann Date: Fri, 11 Jan 2019 09:42:36 +0100 Subject: [PATCH] brownout: fix rtc_brownout_isr_handler signature Merges https://github.com/espressif/esp-idf/pull/2937 --- components/esp32/brownout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/brownout.c b/components/esp32/brownout.c index 89f821c50..c3db40271 100644 --- a/components/esp32/brownout.c +++ b/components/esp32/brownout.c @@ -31,7 +31,7 @@ #define BROWNOUT_DET_LVL 0 #endif //CONFIG_ESP32_BROWNOUT_DET_LVL -static void rtc_brownout_isr_handler(void) +static void rtc_brownout_isr_handler(void *arg) { /* Normally RTC ISR clears the interrupt flag after the application-supplied * handler returns. Since restart is called here, the flag needs to be