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

6 wiersze
65 B
C
Czysty Zwykły widok Historia

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