avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] ??Upgrade from 2005 to 2006 of WinAvr breaks ISR(_vector_


From: Steve Franks
Subject: [avr-libc-dev] ??Upgrade from 2005 to 2006 of WinAvr breaks ISR(_vector_default)??
Date: Fri, 21 Apr 2006 18:27:22 -0700

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]