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

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

Re: [avr-libc-dev] [avr-gcc-list] Error in ina90.h


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [avr-gcc-list] Error in ina90.h
Date: Thu, 11 Sep 2003 15:55:05 -0700 (PDT)


On Thu, 11 Sep 2003 address@hidden wrote:

> >
> >
> > On Fri, 12 Sep 2003, Anatoll Sokolov wrote:
> >
> > > Hello.
> > >
> > > In file avr/ina90.h lenes:
> > > #define output_block_inc(port, addr, cnt, op)
> __out_blk__(port, addr,
> > > cnt, ++)
> > > #define output_block_dec(port, addr, cnt, op)
> __out_blk__(port, addr,
> > > cnt, --)
> > >
> > > should be:
> > > #define output_block_inc(port, addr, cnt) __out_blk__
> (port, addr, cnt,
> > > ++)
> > > #define output_block_dec(port, addr, cnt) __out_blk__
> (port, addr, cnt,
> > > --)
> >
> > This looks like a logic fix to me.
> >
> > Can someone with the IAR headers verify that the change
> is consistent?
> > I've never seen them, so I don't know what we're aiming
> for.
> >
> > Ted Roth
>
> That is correct AFAICT with my ina90.h rev 1.11.

Ok, committed, both HEAD and 1.0 branch.

Ted Roth




reply via email to

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