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

@ -19,7 +19,13 @@ void resetDevice() {
}
}
void alarmOn() {
}
void alarmOff() {
}
void watchdogReset() {
static uint32_t last = 0;