forgot to reduce watchdog timeout after debugging
This commit is contained in:
parent
c184fcbf0f
commit
3675e19e9d
|
@ -916,5 +916,5 @@ void borg_hw_init() {
|
||||||
|
|
||||||
// activate watchdog timer
|
// activate watchdog timer
|
||||||
wdt_reset();
|
wdt_reset();
|
||||||
wdt_enable(WDTO_500MS); // 17ms watchdog
|
wdt_enable(WDTO_15MS); // 15ms watchdog
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue