add watchdog handling

This commit is contained in:
2016-07-12 12:36:50 +02:00
parent 99e4edf762
commit 444ace95e0
2 changed files with 6 additions and 3 deletions

View File

@ -28,8 +28,6 @@ void setup() {
}
void loop() {
wdt_reset();
if (tick.check()) {
Serial << "tick" << endl;
}