summaryrefslogtreecommitdiffstats
path: root/util.h
blob: 71f38525431f7a530c066cc616cf28bdcafa14c1 (plain)
1
2
3
4
5
6
7
8
#ifndef MY_UTIL_H
#define MY_UTIL_H

void wdt_init(void);

void wdt_stop(void);

#endif