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: eric
Subject: Re: [avr-libc-dev] [avr-gcc-list] Error in ina90.h
Date: Thu, 11 Sep 2003 22:25:53 GMT

> 
> 
> 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.








reply via email to

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