OVMS3-idf/components/esp32/include/esp_int_wdt.h

6 lines
65 B
C
Raw Normal View History

#ifndef INT_WDT_H
#define INT_WDT_H
void int_wdt_init();
#endif