Loading projects/step-up/wdt.c +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ void init_wdt() { wdt_enable(WDTO_60MS); WDTCR |= _BV(WDIE); WDTCR = _BV(WDIE) | _BV(WDP1); // interrupt mode, 64 ms } void susp_wdt() Loading Loading
projects/step-up/wdt.c +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ void init_wdt() { wdt_enable(WDTO_60MS); WDTCR |= _BV(WDIE); WDTCR = _BV(WDIE) | _BV(WDP1); // interrupt mode, 64 ms } void susp_wdt() Loading