introduce external watchdog

This commit is contained in:
hg
2015-06-10 15:43:33 +02:00
parent 9d8a8d9ebd
commit 659193bed2
4 changed files with 41 additions and 3 deletions

View File

@ -11,7 +11,8 @@
void resetDevice();
void watchdogReset();
void alarmOn();
void alarmOff();
#endif /* RESET_H_ */