brabl2/narcoleptic

Not working with atmega 8

Closed this issue · 2 comments

When compiling on atmega 8 errors apears Can it be fixed?

Original issue reported on code.google.com by zachw...@gmail.com on 29 Jul 2010 at 11:20

is problem still valid?

Original comment by rob.till...@gmail.com on 16 Sep 2013 at 11:50

ATmega8 does not have any Interrupt triggered by Watchdog Timer (WDT).
Only System Reset can be triggered by the WDT.
So narcoleptic cannot be used on ATmega8.