Browse Source

forgot to reduce watchdog timeout after debugging

feature/2015
Christian Kroll 11 years ago
parent
commit
3675e19e9d
  1. 2
      src/borg_hw/borg_hw_lolshield.c

2
src/borg_hw/borg_hw_lolshield.c

@ -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
}

Loading…
Cancel
Save