avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Re: [avr-libc-dev] RFD: more avr-libc API changes


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Re: [avr-libc-dev] RFD: more avr-libc API changes
Date: Thu, 8 Sep 2005 22:52:40 +0200
User-agent: Mutt/1.4.2.1i

As Wojtek Kaniewski wrote:

> How about...

>    #define VECTOR(signame) \
>    void SIG_ ## signame (void) __attribute__ ((interrupt)); \
>    void SIG_ ## signame (void)

I don't know.  I'm more inclined to use ISR(), but I'd rather like to
see other people's opinions on this.

Obtw., of course, it's __attribute__((signal)). :-)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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