pecanpico9/tracker/software/threads/watchdog.h

11 wiersze
161 B
C

#ifndef __WATCHDOG_H__
#define __WATCHDOG_H__
#include "types.h"
void register_thread_at_wdg(module_conf_t *thread_config);
void init_watchdog(void);
#endif