Gast
#232425
Kann mir mal eben einer von euch sagen, wieso das nicht funktioniert? GIMSK = (1<<INT0) | (1<< INT1); timer.c:49: error: `GIMSK' undeclared (first use in this function) timer.c:49: error: (Each undeclared identifier is reported only once timer.c:49: error: for each function it appears in.) timer.c: In function `countdown2': timer.c:121: warning: statement with no effect make: *** [timer.o] Error 1 Dabei sind <avr/signal.h> und <avr/interrupt.h> eingebunden.