Warnungen:

Code:
SIGNAL (TIMER1_OVF)
{ //../test3.c:42: warning: return type defaults to `int'

 static uint8_t counter = 0;
 counter++;

 if(!counter) PORTC = ~PORTC;

} //../test3.c:49: warning: control reaches end of non-void function