Follow-up Comment #2, bug #47734 (project avr-libc):

Atmel-8271  is the spec for teh 168/328/P
Atmel-2586 for the ATTiny's

Okay I was using the define's to set the bits directly to enable only the
watchdog interrupt. Which is why I saw the problem then.

        WDTCR = _BV(WDIE) | _BV(WDP3) | _BV(WDP0) | WDTO_8S;

If wdt_enable() splits the bits that is fine.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?47734>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to