Hi Y'all, I get the following warning:
main.cpp:92: warning: `_Z16__vector_defaultv' appears to be a misspelled
signal handler
When I try to compile:
ISR(__vector_default) { puts("\nUI"); }
On a Mega168. I changed "SIGNAL" to "ISR", and changed #include
"avr/signal.h" to "avr/interrupt.h"
Thoughts?
Thanks,
Steve
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
