ISR(__vector_default)
{
PORTC |= _BV(kPinRedLED);
}
I also noticed that global variables are getting reset (that is, static initialization code appears to be running when the suspected reset happens).
-- Rick
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
