summaryrefslogtreecommitdiffstats
path: root/firmware/watchdog.h
blob: 554eb6a2338df0f3c31090cfd6a0b085d5785690 (plain)
1
2
3
4
5
6
7
8
#ifndef WATCHDOG_H_
#define WATCHDOG_H_

#include "util.h"

uint16_t watchdog_interval_ms(void);

#endif /* WATCHDOG_H_ */
bues.ch cgit interface