[EMAIL PROTECTED] wrote: > You're probably just forgetting to include interrupt.h. > > Add to the beggining of your program: > > #include <avr/interrupt.h>
As well as <avr/signal.h> (no longer needed in avr-libc 1.4). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
