diff --git a/uc/main.c b/uc/main.c index a7d6019..7ebbd6e 100644 --- a/uc/main.c +++ b/uc/main.c @@ -171,7 +171,7 @@ void WDT_off(void) { // enable WDT void WDT_on(void) { - // enable the watchdog timer (1s) + // enable the watchdog timer (2s) wdt_enable(WDTO_2S); // set watchdog interrupt enable flag WDTCSR |= (1< 0 - // Toogle pin OC2A=PB3 on compare match + // Toggle pin OC2A=PB3 on compare match TCCR2A |= 1<