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

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

Re: [avr-libc-dev] name of the second interrupt for ATtiny26


From: E. Weddington
Subject: Re: [avr-libc-dev] name of the second interrupt for ATtiny26
Date: Wed, 14 May 2003 08:52:46 -0600

On 12 May 2003 at 11:02, E. Weddington wrote:

> On 10 Apr 2003 at 10:29, Artur Lipowski wrote:
> 
> > There is small mistake in iotn26.h
> > The second interrupt is a pin change interrupt and shoud have name
> > SIG_PIN (_not_ SIG_INTERRUPT1).
> > 
> I would suggest that this:
> 
> #define SIG_INTERRUPT1                    _VECTOR(2)
> 
> be changed to this:
> 
> #define SIG_PIN_CHANGE                    _VECTOR(2)
> 

Change committed.

Eric




reply via email to

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