forgot to reduce watchdog timeout after debugging

This commit is contained in:
Christian Kroll 2014-05-19 07:23:40 +02:00
parent c184fcbf0f
commit 3675e19e9d
1 changed files with 1 additions and 1 deletions

View File

@ -916,5 +916,5 @@ void borg_hw_init() {
// activate watchdog timer
wdt_reset();
wdt_enable(WDTO_500MS); // 17ms watchdog
wdt_enable(WDTO_15MS); // 15ms watchdog
}