nodemcu-firmware/components/platform/include/platform_wdt.h

8 lines
95 B
C

#ifndef __PLATFORM_WDT_H__
#define __PLATFORM_WDT_H__
int platform_wdt_feed( void );
#endif